From c0b695432a7b73dd3e3ff4bcc68d605629e34567 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Wed, 14 Dec 2022 11:26:09 +0100 Subject: [PATCH] enable `ETHERNET` in more esp32 env (#17391) --- tasmota/include/tasmota_configurations_ESP32.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tasmota/include/tasmota_configurations_ESP32.h b/tasmota/include/tasmota_configurations_ESP32.h index 11966f961..aa1c0d823 100644 --- a/tasmota/include/tasmota_configurations_ESP32.h +++ b/tasmota/include/tasmota_configurations_ESP32.h @@ -264,6 +264,8 @@ #define USE_MI_ESP32 // (ESP32 only) Add support for ESP32 as a BLE-bridge (+9k2 mem, +292k flash) #endif // enable USE_MI_HOMEKIT +#define USE_ETHERNET // Add support for ethernet (+20k code + #endif // FIRMWARE_BLUETOOTH /*********************************************************************************************\ @@ -454,6 +456,8 @@ #define USE_IR_REMOTE +#define USE_ETHERNET // Add support for ethernet (+20k code + #endif // FIRMWARE_TASMOTA_LVGL ******************************************************************* /*********************************************************************************************\