From 30c9f985cf90e762ea63c6ac5627885d9f1bf649 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Thu, 8 Sep 2022 21:01:27 +0200 Subject: [PATCH] Enable Ethernet for solo1 --- tasmota/include/tasmota_globals.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tasmota/include/tasmota_globals.h b/tasmota/include/tasmota_globals.h index abdb5deb2..0baa84dd7 100644 --- a/tasmota/include/tasmota_globals.h +++ b/tasmota/include/tasmota_globals.h @@ -107,11 +107,6 @@ String EthernetMacAddress(void); #if CONFIG_IDF_TARGET_ESP32 -#ifdef CORE32SOLO1 -#ifdef USE_ETHERNET -#undef USE_ETHERNET // ESP32-Solo1 does not support ethernet -#endif -#endif // CORE32SOLO1 #else // Disable features not present in other ESP32 like ESP32C3, ESP32S2, ESP32S3 etc. #ifdef USE_ETHERNET