mirror of
https://gitlab.com/wirelos/sprocket-plugin-web.git
synced 2025-12-14 14:01:27 +01:00
feat: enable esp32
This commit is contained in:
@@ -4,11 +4,11 @@
|
|||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
#include <ESPAsyncWebServer.h>
|
#include <ESPAsyncWebServer.h>
|
||||||
#include <AsyncWebSocket.h>
|
#include <AsyncWebSocket.h>
|
||||||
//#ifdef ESP32
|
#ifdef ESP32
|
||||||
//#include <AsyncTCP.h>
|
#include <AsyncTCP.h>
|
||||||
//#elif defined(ESP8266)
|
#elif defined(ESP8266)
|
||||||
#include <ESPAsyncTCP.h>
|
#include <ESPAsyncTCP.h>
|
||||||
//#endif
|
#endif
|
||||||
|
|
||||||
class WebUtils
|
class WebUtils
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user