mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
libretiny
This commit is contained in:
@@ -20,7 +20,7 @@ ESP8266WebServer HTTP(80);
|
||||
#ifdef ESP32
|
||||
WebServer HTTP(80);
|
||||
#endif
|
||||
#ifdef libretiny
|
||||
#ifdef LIBRETINY
|
||||
WebServer HTTP(80);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user