From 1f400d34a941b65626dd96569bab91350938a5e2 Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Tue, 1 Dec 2020 10:32:14 +0100 Subject: [PATCH] Make it stealth mode --- CHANGELOG.md | 1 - tasmota/my_user_config.h | 1 - tasmota/tasmota_configurations.h | 2 -- 3 files changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2f44d23d..e9cce18b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,6 @@ All notable changes to this project will be documented in this file. - Support for multiple WeMo devices by Magic73 (#9208) - Fallback NTP server from x.pool.ntp.org if no ntpservers are configured - TyuaMcu update 2/3 by Federico Leoni (#10004) -- Add option `#define UPGRADE_V8_MIN` to drop support for upgrading before v8.0 (saves 1.3kb) ### Breaking Changed - KNX DPT9 (16-bit float) to DPT14 (32-bit float) by Adrian Scillato (#9811, #9888) diff --git a/tasmota/my_user_config.h b/tasmota/my_user_config.h index ca1b5ca8e..0908fae79 100644 --- a/tasmota/my_user_config.h +++ b/tasmota/my_user_config.h @@ -45,7 +45,6 @@ #define CFG_HOLDER 4617 // [Reset 1] Change this value (max 32000) to load SECTION1 configuration parameters to flash // If following define is disabled it increases configuration corruption detection BUT // it only allows firmware upgrades starting from version 6.6.0.11 -// #define UPGRADE_V8_MIN // do not support upgrading from version below 8.0.0 // -- Project ------------------------------------- #define PROJECT "tasmota" // PROJECT is used as the default topic delimiter diff --git a/tasmota/tasmota_configurations.h b/tasmota/tasmota_configurations.h index 4d7b3cf79..da400cea3 100644 --- a/tasmota/tasmota_configurations.h +++ b/tasmota/tasmota_configurations.h @@ -458,8 +458,6 @@ #define USE_DOMOTICZ // Enable Domoticz #undef USE_HOME_ASSISTANT // Disable Home Assistant -#define UPGRADE_V8_MIN // do not support upgrading from version below 8.0.0 - // -- MQTT - TLS - AWS IoT ------------------------ #ifdef USE_ZBBRIDGE_TLS // Enable TLS for ZbBridge #define USE_MQTT_TLS // Use TLS for MQTT connection (+34.5k code, +7.0k mem and +4.8k additional during connection handshake)