mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 14:12:16 +03:00
local sever ota
This commit is contained in:
@@ -32,6 +32,10 @@
|
||||
#define FIRMWARE_NAME "esp32_4mb"
|
||||
#endif
|
||||
|
||||
#ifdef esp32_4mb3f
|
||||
#define FIRMWARE_NAME "esp32_4mb3f"
|
||||
#endif
|
||||
|
||||
#ifdef esp32cam_4mb
|
||||
#define FIRMWARE_NAME "esp32cam_4mb"
|
||||
#endif
|
||||
|
||||
@@ -9,6 +9,7 @@ extern bool handleFileRead(String path);
|
||||
extern void handleFileUpload();
|
||||
extern void handleFileDelete();
|
||||
extern void handleFileCreate();
|
||||
extern void handleLocalOTA();
|
||||
extern void handleFileList();
|
||||
//void printDirectory(File dir, String& out);
|
||||
extern void handleStatus();
|
||||
|
||||
@@ -22,7 +22,7 @@ extern bool upgradeFS(String path);
|
||||
extern bool upgradeBuild(String path);
|
||||
extern void restartEsp();
|
||||
|
||||
extern const String getBinPath(String file);
|
||||
extern const String getBinPath();
|
||||
extern void putUserDataToRam();
|
||||
extern void saveUserDataToFlash();
|
||||
extern void saveUpdeteStatus(String key, int val);
|
||||
Reference in New Issue
Block a user