mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-29 07:32:18 +03:00
рабочая для 8266 версия
This commit is contained in:
@@ -8,9 +8,10 @@
|
||||
#include <TickerScheduler.h>
|
||||
|
||||
#ifdef ESP32
|
||||
#include <WiFi.h>
|
||||
#include "WiFi.h"
|
||||
#include <HTTPClient.h>
|
||||
#include <HTTPUpdate.h>
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef ESP8266
|
||||
@@ -34,8 +35,10 @@
|
||||
|
||||
#ifdef STANDARD_WEB_SOCKETS
|
||||
#include <WebSocketsServer.h>
|
||||
#ifdef ESP8266
|
||||
#include <Hash.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <FS.h>
|
||||
|
||||
@@ -49,6 +52,7 @@
|
||||
**********************************************************************************************************************/
|
||||
|
||||
extern TickerScheduler ts;
|
||||
extern WiFiClient espClient;
|
||||
#ifdef ASYNC_WEB_SERVER
|
||||
extern AsyncWebServer server;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user