From 1b3eedd63568af8cf802e0aaea1ff55c162e2c6c Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sat, 17 Dec 2022 19:28:25 +0100 Subject: [PATCH] reduce memory footprint for MI32 builds (#17426) by disabling (default) Ethernet support --- tasmota/include/tasmota_configurations_ESP32.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tasmota/include/tasmota_configurations_ESP32.h b/tasmota/include/tasmota_configurations_ESP32.h index 0219dc4bc..51cbfba49 100644 --- a/tasmota/include/tasmota_configurations_ESP32.h +++ b/tasmota/include/tasmota_configurations_ESP32.h @@ -260,13 +260,12 @@ #undef USE_MI_HOMEKIT #endif // disable USE_MI_HOMEKIT #else + #define USE_ETHERNET // Add support for ethernet (+20k code) #define USE_BLE_ESP32 // Enable full BLE driver #define USE_EQ3_ESP32 #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 /*********************************************************************************************\