mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
запустил wifi, версия проверенная на устройстве
This commit is contained in:
@@ -10,3 +10,4 @@ extern FS* filesystem;
|
||||
#define FS_NAME "LittleFS"
|
||||
|
||||
extern bool fileSystemInit();
|
||||
extern void globalVarsSync();
|
||||
|
||||
@@ -9,8 +9,9 @@
|
||||
|
||||
//внутренние глобальные директории проекта
|
||||
#include "Const.h"
|
||||
#include "Utils/FileUtils.h"
|
||||
#include "Utils/JsonUtils.h"
|
||||
#include "Utils\SerialPrint.h"
|
||||
#include "Utils/SerialPrint.h"
|
||||
|
||||
//глобальные объекты классов
|
||||
extern TickerScheduler ts;
|
||||
|
||||
@@ -2,3 +2,4 @@
|
||||
#include "EspFileSystem.h"
|
||||
#include "Global.h"
|
||||
#include "Utils/Pretty.h"
|
||||
#include "Utils/WiFiUtils.h"
|
||||
|
||||
Reference in New Issue
Block a user