From 8d59dd800f8f245279e3394cdd3c22c3e587dfbf Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Fri, 14 Oct 2022 15:32:57 +0200 Subject: [PATCH 1/2] rm Domoticz / ad Counter --- tasmota/include/tasmota_configurations_ESP32.h | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/tasmota/include/tasmota_configurations_ESP32.h b/tasmota/include/tasmota_configurations_ESP32.h index 6521ab0f1..a78b7ec2c 100644 --- a/tasmota/include/tasmota_configurations_ESP32.h +++ b/tasmota/include/tasmota_configurations_ESP32.h @@ -204,19 +204,31 @@ #undef USE_I2C #undef USE_HOME_ASSISTANT #define USE_TASMOTA_DISCOVERY // Enable Tasmota Discovery support (+2k code) -#undef USE_COUNTER +#undef USE_DOMOTICZ +#undef USE_LIGHT +#undef USE_SERIAL_BRIDGE +#undef ROTARY_V1 #undef USE_IR_REMOTE +#undef USE_ADC #undef USE_AC_ZERO_CROSS_DIMMER #undef USE_PWM_DIMMER +#undef USE_PWM_DIMMER_REMOTE #undef USE_TUYA_MCU #undef USE_EMULATION_HUE #undef USE_EMULATION_WEMO +#undef USE_BUZZER #undef USE_ARILUX_RF #undef USE_DS18x20 +#undef USE_BMP +#undef USE_DHT +#undef USE_BH1750 #undef USE_WS2812 #undef USE_ENERGY_SENSOR +#undef USE_SHUTTER +#undef USE_DEVICE_GROUPS //#undef USE_BERRY // Disable Berry scripting language #undef USE_MI_ESP32 // (ESP32 only) Disable support for ESP32 as a BLE-bridge (+9k2 mem, +292k flash) +#undef USE_BLE_ESP32 #endif // FIRMWARE_WEBCAM /*********************************************************************************************\ From e1af7ba12ac6cde84447e5836f8540ce4e9fcf79 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sat, 15 Oct 2022 16:26:02 +0200 Subject: [PATCH 2/2] `USE_LIGHT` needed for flashlight --- tasmota/include/tasmota_configurations_ESP32.h | 1 - 1 file changed, 1 deletion(-) diff --git a/tasmota/include/tasmota_configurations_ESP32.h b/tasmota/include/tasmota_configurations_ESP32.h index a78b7ec2c..e5bd679c9 100644 --- a/tasmota/include/tasmota_configurations_ESP32.h +++ b/tasmota/include/tasmota_configurations_ESP32.h @@ -205,7 +205,6 @@ #undef USE_HOME_ASSISTANT #define USE_TASMOTA_DISCOVERY // Enable Tasmota Discovery support (+2k code) #undef USE_DOMOTICZ -#undef USE_LIGHT #undef USE_SERIAL_BRIDGE #undef ROTARY_V1 #undef USE_IR_REMOTE