Add workaround to pass compilation

Update serial2socket code base to prepare bridge and broadcast data
This commit is contained in:
Luc
2022-02-08 19:32:23 +08:00
parent 186fa4f29d
commit 7f23c7dde4
2 changed files with 63 additions and 11 deletions

View File

@@ -22,6 +22,10 @@
#if defined(ESP3D_WIFISUPPORT)
#include "esp3dlib.h"
#include "core/hal.h"
//TODO remove this
#include <WiFi.h>
#include <ESP32SSDP.h>
#include <WebSocketsServer.h>
Esp3DLib esp3dlib;