* first refactored version which is accessible through web interface

This commit is contained in:
lumapu 2022-08-14 01:40:55 +02:00
parent 15402dbd99
commit 3c8a4c49a1
5 changed files with 123 additions and 409 deletions

View file

@ -163,7 +163,6 @@ typedef struct {
// wifi
char stationSsid[SSID_LEN];
char stationPwd[PWD_LEN];
bool apActive;
} sysConfig_t;
typedef struct {