mirror of https://github.com/arendst/Tasmota.git
Make it stealth mode
This commit is contained in:
parent
83f78f8724
commit
1f400d34a9
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue