From 7211b45ac42026e3901e4c198aa4284d0cef3da8 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sun, 20 Feb 2022 14:11:12 +0100 Subject: [PATCH] Revert "Merge pull request #14921 from arendst/ethernet_onlyESP32" This reverts commit 8388f1cdceda8ca9b85046e2e5d46aa8d38f3c1c, reversing changes made to 2c963df8f0e1d18b6308971baec33513d5d7c700. --- tasmota/tasmota_configurations_ESP32.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tasmota/tasmota_configurations_ESP32.h b/tasmota/tasmota_configurations_ESP32.h index 84e937bf3..8a533e0b4 100644 --- a/tasmota/tasmota_configurations_ESP32.h +++ b/tasmota/tasmota_configurations_ESP32.h @@ -457,9 +457,7 @@ //#define USE_A4988_STEPPER // Add support for A4988/DRV8825 stepper-motor-driver-circuit (+10k5 code) //#define USE_THERMOSTAT // Add support for Thermostat -#if CONFIG_IDF_TARGET_ESP32 - #define USE_ETHERNET // Add support for ethernet (+20k code) -#endif +#define USE_ETHERNET // Add support for ethernet (+20k code) #ifndef USE_KNX #define USE_KNX // Enable KNX IP Protocol Support (+23k code, +3k3 mem)