From b419ae3a92bcf87e9a50d5bf572ddebad7280370 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sat, 24 Jun 2023 11:39:26 +0200 Subject: [PATCH] add matter as a default option in most env (#18942) --- tasmota/include/tasmota_configurations_ESP32.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tasmota/include/tasmota_configurations_ESP32.h b/tasmota/include/tasmota_configurations_ESP32.h index 7120d7d18..0bb651734 100644 --- a/tasmota/include/tasmota_configurations_ESP32.h +++ b/tasmota/include/tasmota_configurations_ESP32.h @@ -288,6 +288,7 @@ #undef FALLBACK_MODULE #define FALLBACK_MODULE WEMOS // [Module2] Select default module on fast reboot where USER_MODULE is user template +#define USE_MATTER_DEVICE #undef USE_DOMOTICZ #undef USE_HOME_ASSISTANT #define USE_TASMOTA_DISCOVERY // Enable Tasmota Discovery support (+2k code) @@ -557,6 +558,8 @@ #define CODE_IMAGE_STR "tasmota32" #endif +#define USE_MATTER_DEVICE + #define USE_INFLUXDB // Enable influxdb support (+5k code) #define USE_ENHANCED_GUI_WIFI_SCAN