mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
new WiFi async connect
This commit is contained in:
@@ -200,8 +200,11 @@ void setup() {
|
||||
initErrorMarker(SETUPINET_ERRORMARKER);
|
||||
|
||||
// подключаемся к роутеру
|
||||
#ifdef ESP8266
|
||||
routerConnect();
|
||||
|
||||
#else
|
||||
WiFiUtilsItit();
|
||||
#endif
|
||||
// инициализация асинхронного веб сервера и веб сокетов
|
||||
#ifdef ASYNC_WEB_SERVER
|
||||
asyncWebServerInit();
|
||||
|
||||
Reference in New Issue
Block a user