mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
Merge branch 'ver4dev' into ver4dev
This commit is contained in:
@@ -23,6 +23,8 @@
|
||||
#define JSON_BUFFER_SIZE 2048
|
||||
#define WEB_SOCKETS_FRAME_SIZE 2048
|
||||
|
||||
//#define LOOP_DEBUG
|
||||
|
||||
//выбор сервера
|
||||
//#define ASYNC_WEB_SERVER
|
||||
//#define ASYNC_WEB_SOCKETS
|
||||
|
||||
@@ -137,6 +137,8 @@ extern Time_t _time_local;
|
||||
extern Time_t _time_utc;
|
||||
extern bool _time_isTrust;
|
||||
|
||||
extern unsigned long loopPeriod;
|
||||
|
||||
// extern DynamicJsonDocument settingsFlashJsonDoc;
|
||||
// extern DynamicJsonDocument paramsFlashJsonDoc;
|
||||
// extern DynamicJsonDocument paramsHeapJsonDoc;
|
||||
|
||||
@@ -10,8 +10,5 @@
|
||||
extern void periodicTasksInit();
|
||||
extern void printGlobalVarSize();
|
||||
|
||||
extern void handleError(String errorId, String errorValue);
|
||||
extern void handleError(String errorId, int errorValue);
|
||||
|
||||
extern String ESP_getResetReason(void);
|
||||
extern String ESP32GetResetReason(uint32_t cpu_no);
|
||||
@@ -17,5 +17,5 @@ void publishStatusWs(const String& topic, const String& data);
|
||||
void publishChartWs(int num, String& path);
|
||||
void periodicWsSend();
|
||||
|
||||
void sendFileToWsByFrames(const String& filename, const String& header, const String& json, uint8_t client_id, size_t frameSize);
|
||||
void sendFileToWsByFrames(const String& filename, const String& header, const String& json, int client_id, size_t frameSize);
|
||||
void sendStringToWs(const String& header, String& payload, int client_id);
|
||||
Reference in New Issue
Block a user