This commit is contained in:
Dmitry Borisenko
2020-12-16 19:28:44 +01:00
parent 2fc82c3311
commit 8f08459a5a
86 changed files with 17 additions and 3502 deletions

View File

@@ -50,7 +50,7 @@ void setup() {
itemsListInit();
espInit();
routerConnect();
#ifdef telegram
#ifdef telegramEnable
telegramInit();
#endif
uptime_init();
@@ -95,7 +95,7 @@ void loop() {
myNotAsyncActions->loop();
ts.update();
#ifdef telegram
#ifdef telegramEnable
handleTelegram();
#endif