mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
1mb
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user