feat: update version to v1.2.0 and add upgrade link in HTML files

This commit is contained in:
2025-02-17 10:46:56 +01:00
parent 03cbf82275
commit 4e384d777e
11 changed files with 89 additions and 70 deletions

8
src/wlan.h Normal file
View File

@ -0,0 +1,8 @@
#ifndef WLAN_H
#define WLAN_H
#include <Arduino.h>
void initWiFi();
#endif