mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
add Ethernet
This commit is contained in:
@@ -21,8 +21,13 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include <Network.h>
|
||||
|
||||
NativeConsole Serial;
|
||||
|
||||
ETHClass ETH;
|
||||
WiFiClass WiFi;
|
||||
|
||||
/* millis() on C++ native could be
|
||||
for non-Arduino
|
||||
millis():
|
||||
|
||||
Reference in New Issue
Block a user