bug fixed

This commit is contained in:
Dmitry Borisenko
2020-12-10 20:19:21 +03:00
parent f487a691fb
commit 71c8fec27b
7 changed files with 37 additions and 33 deletions

View File

@@ -55,6 +55,7 @@ void setup() {
web_init();
initSt();
busInit();
wifiSignalInit();
#ifdef UDP_ENABLED
asyncUdpInit();
#endif