добавил меню подключение

This commit is contained in:
Dmitry Borisenko
2022-02-02 23:39:41 +01:00
parent bd1d25d79a
commit 0540ea5b04
8 changed files with 74 additions and 110 deletions

View File

@@ -26,5 +26,12 @@ extern FS* filesystem;
extern bool fileSystemInit();
extern void globalVarsSync();
void saveSettingsFlashJson();
void saveParamsFlashJson();
extern void saveSettingsFlashJson();
extern void saveParamsFlashJson();
extern const String getChipId();
extern void setChipId();
extern const String getUniqueId(const char* name);
extern uint32_t ESP_getChipId(void);
extern uint32_t ESP_getFlashChipId(void);
extern const String getMacAddress();