устранен баг телеграма, баг сценариев....

This commit is contained in:
Dmitry Borisenko
2020-12-20 17:08:16 +01:00
parent 3417d0c915
commit 1df87f8986
9 changed files with 93 additions and 77 deletions

View File

@@ -22,6 +22,7 @@
#include "Telegram.h"
#include "SoftUART.h"
#include "FileSystem.h"
#include "Tests.h"
void not_async_actions();
@@ -67,7 +68,9 @@ void setup() {
SsdpInit();
#endif
getFSInfo();
//esp_log_level_set("esp_littlefs", ESP_LOG_NONE);
testsPerform();
just_load = false;
initialized = true;
}