dropped Ethernet support for ESP8266 #14

This commit is contained in:
Hideaki Tai 2021-01-09 22:26:27 +09:00
parent d2ba9f1731
commit 4bf7a95ff2

View File

@ -14,7 +14,7 @@
#define ARTNET_ENABLE_WIFI
#endif
#if defined(ESP8266) || !defined(ARTNET_ENABLE_WIFI)
#if !defined(ARTNET_ENABLE_WIFI)
#define ARTNET_ENABLE_ETHER
#endif