You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-11Lines changed: 15 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,11 @@ All notable changes to this project will be documented in this file.
6
6
## [9.5.0] 20210617
7
7
- Release Michael (Rossi)
8
8
9
-
## [9.4.0.5] 20210617
9
+
## [9.4.0.6] 20210617
10
+
### Added
11
+
- Command ``MqttWifiTimeout 100..20000`` to control MQTT Wi-Fi connection timeout default set to 200 mS (#12222)
12
+
13
+
## [9.4.0.5] 20210615
10
14
### Added
11
15
- Preliminary support for Esp32C3 - RiscV based
12
16
@@ -19,7 +23,7 @@ All notable changes to this project will be documented in this file.
19
23
- I2C extended MPU6886 to also support MPU9250 (found in Legacy M5Stack Fire)
20
24
- ESP32 increase log buffer from 4k to 6k to support longer messages
21
25
- Move Settings from DRAM to heap
22
-
- WifiManager save wificonfig from settings, do it only once (#12242)
26
+
- WifiManager save Wi-Fi configuration from settings, do it only once (#12242)
23
27
- Improving SI7021 reading reliability by adjusting timers (#12256)
24
28
- Refactor ESP32 partition selection, now via boards (#12257)
25
29
- Refactor platformio configurations by Jason2866
@@ -94,7 +98,7 @@ All notable changes to this project will be documented in this file.
94
98
95
99
## [9.4.0.1] 20210423
96
100
### Added
97
-
- Command ``Wifi 0/1`` for ESP8266 to turn wifi Off and On. When wifi is Off it is always returned On after a restart except for a wake-up from deepsleep (#11839)
101
+
- Command ``Wifi 0/1`` for ESP8266 to turn Wi-Fi Off and On. When Wi-Fi is Off it is always returned On after a restart except for a wake-up from deepsleep (#11839)
98
102
99
103
### Changed
100
104
- Zigbee refactored storage for device configuration and device last known data (#11838)
@@ -120,7 +124,7 @@ All notable changes to this project will be documented in this file.
120
124
### Changed
121
125
- In tasmota-sensors.bin enabled support for VL53L0X and disabled TSL2561 (#11711)
122
126
- Add HLW8012/BL0937 average pulse calculation by Alex Lovett (#11722)
123
-
- Redesigned initial GUI wifi configuration by Adrian Scillato (#11693)
127
+
- Redesigned initial GUI Wi-Fi configuration by Adrian Scillato (#11693)
124
128
- Redesigned GUI by moving non-configuration buttons from ``Configuration`` to new submenu ``Consoles``
125
129
126
130
### Fixed
@@ -289,8 +293,8 @@ All notable changes to this project will be documented in this file.
289
293
- ESP8266 until now NOT SUPPORTED linker files 2MB and up. Current settings will be overwritten once LittleFS is enabled
290
294
291
295
### Changed
292
-
- Force initial default state ``SetOption57 1`` to scan wifi network every 44 minutes for strongest signal (#10395)
293
-
- Command ``Sleep 0`` removes any sleep from wifi modem except when ESP32 BLE is active
296
+
- Force initial default state ``SetOption57 1`` to scan Wi-Fi network every 44 minutes for strongest signal (#10395)
297
+
- Command ``Sleep 0`` removes any sleep from Wi-Fi modem except when ESP32 BLE is active
294
298
- PubSubClient MQTT_SOCKET_TIMEOUT from 15 to 4 seconds
295
299
- Domoticz fixed 2 decimals resolution by user selectable ``TempRes``, ``HumRes`` and ``PressRes`` resolutions
296
300
@@ -329,7 +333,7 @@ All notable changes to this project will be documented in this file.
329
333
- Gpio ``Option A1`` enabling PWM2 high impedance if powered off as used by Wyze bulbs (#10196)
330
334
- Support for FTC532 8-button touch controller by Peter Franck (#10222)
331
335
- Support character `#` to be replaced by `space`-character in command ``Publish`` topic (#10258)
332
-
- BSSID and Signal Strength Indicator to GUI wifi scan result (#10253)
336
+
- BSSID and Signal Strength Indicator to GUI Wi-Fi scan result (#10253)
333
337
- Support for Afrikaans language translations by Christiaan Heerze
334
338
- Support for IR inverted leds using ``#define IR_SEND_INVERTED true`` (#10301)
335
339
- Support for disabling 38kHz IR modulation using ``#define IR_SEND_USE_MODULATION false`` (#10301)
@@ -385,7 +389,7 @@ All notable changes to this project will be documented in this file.
385
389
### Changed
386
390
- Core library from v2.7.4.7 to v2.7.4.9
387
391
- Shelly Dimmer fw upgrade using WebGUI Firmware Upgrade and file from folder `tools/fw_shd_stm32/`
388
-
- MQTT Wifi connection timeout from 5000 to 200 mSec (#9886)
392
+
- MQTT Wi-Fi connection timeout from 5000 to 200 mSec (#9886)
Copy file name to clipboardExpand all lines: RELEASENOTES.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo
99
99
### Added
100
100
- Command ``Status0`` providing all status information on a single line
101
101
- Command ``TuyaSend5`` for hex string [#12211](https://github.com/arendst/Tasmota/issues/12211)
102
+
- Command ``MqttWifiTimeout 100..20000`` to control MQTT Wi-Fi connection timeout default set to 200 mS [#12222](https://github.com/arendst/Tasmota/issues/12222)
102
103
- Commands ``Color2`` and ``Dimmer4`` to allow retaining brightness ratio between white and color channels when setting dimmer for linked lights [#12072](https://github.com/arendst/Tasmota/issues/12072)
103
104
- Extend command ``Wifi`` with Wi-Fi Mode Control [#12292](https://github.com/arendst/Tasmota/issues/12292)
104
105
- Defines ``USER_RULE1``, ``USER_RULE2`` and ``USER_RULE3`` to store rules at compile time
@@ -137,7 +138,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo
137
138
- ESP32 increase log buffer from 4k to 6k to support longer messages
138
139
- Move Settings from DRAM to heap
139
140
- Refactor platformio configurations by Jason2866
140
-
- WifiManager save wificonfig from settings, do it only once [#12242](https://github.com/arendst/Tasmota/issues/12242)
141
+
- WifiManager save Wi-Fi configuration from settings, do it only once [#12242](https://github.com/arendst/Tasmota/issues/12242)
141
142
- Improving SI7021 reading reliability by adjusting timers [#12256](https://github.com/arendst/Tasmota/issues/12256)
142
143
- Refactor ESP32 partition selection, now via boards [#12257](https://github.com/arendst/Tasmota/issues/12257)
143
144
- Use correct template for Home Assistant light [#12317](https://github.com/arendst/Tasmota/issues/12317)
0 commit comments