mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 14:42:18 +03:00
uart working version
This commit is contained in:
@@ -75,6 +75,8 @@ void init() {
|
||||
initOta();
|
||||
initMDNS();
|
||||
initWS();
|
||||
|
||||
SerialPrint("I", F("HTTP"), F("HttpServer Init"));
|
||||
}
|
||||
|
||||
void onWsEvent(AsyncWebSocket *server, AsyncWebSocketClient *client, AwsEventType type, void *arg, uint8_t *data, size_t len) {
|
||||
|
||||
Reference in New Issue
Block a user