mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
устранение багов
This commit is contained in:
@@ -31,14 +31,6 @@ void periodicTasksInit() {
|
||||
SerialPrint("i", "Task", "Periodic tasks init");
|
||||
}
|
||||
|
||||
void handleError(String errorId, String errorValue) {
|
||||
jsonWriteStr_(errorsHeapJson, errorId, errorValue);
|
||||
}
|
||||
|
||||
void handleError(String errorId, int errorValue) {
|
||||
jsonWriteInt_(errorsHeapJson, errorId, errorValue);
|
||||
}
|
||||
|
||||
void printGlobalVarSize() {
|
||||
size_t settingsFlashJsonSize = settingsFlashJson.length();
|
||||
// SerialPrint(F("i"), F("settingsFlashJson"), String(settingsFlashJsonSize));
|
||||
|
||||
Reference in New Issue
Block a user