mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
версия для esp32
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
#pragma once
|
||||
#include "Global.h"
|
||||
#ifdef ESP8266
|
||||
#include "ESPAsyncUDP.h"
|
||||
#else
|
||||
#include "AsyncUDP.h"
|
||||
#endif
|
||||
extern AsyncUDP asyncUdp;
|
||||
|
||||
extern const String getThisDevice();
|
||||
|
||||
Reference in New Issue
Block a user