mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 03:06:33 +00:00
Update changelog
This commit is contained in:
parent
25dc819279
commit
8630debb7f
22
CHANGELOG.md
22
CHANGELOG.md
@ -5,22 +5,36 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
## [9.3.1.1]
|
||||
### Added
|
||||
- Support for CSE7761 energy monitor as used in ESP32 based Sonoff Dual R3 Pow (#10793)
|
||||
- Command ``Sensor80 1 <0..7>`` to control MFRC522 RFID antenna gain from 18dB (0) to 48dB (7) (#11073)
|
||||
- Allow MCP230xx pinmode from output to input (#11104)
|
||||
- SML VBUS support (#11125)
|
||||
- Command ``Sensor80 1 <0..7>`` to control MFRC522 RFID antenna gain from 18dB (0) to 48dB (7) (#11073)
|
||||
- Support for NEC and OPTOMA LCD/DLP Projector serial power control by Jan Bubík (#11145)
|
||||
- Support for XPT2046 touch screen digitizer on ILI9341 display by nonix (#11159)
|
||||
- Berry improvements (#11163)
|
||||
- Support for zigbee lumi.sensor_wleak (#11200)
|
||||
- Crash protection in ext_vnsprintf_P (#11202)
|
||||
- Extent compile time SetOptions support (#11204)
|
||||
- ESP32 Extent BLE (#11212)
|
||||
|
||||
### Changed
|
||||
- TuyaMcu dimmer timeout (#11121)
|
||||
- ESP32 core library from v1.0.5-rc6 to v1.0.5
|
||||
- TasmotaSerial library from v3.2.0 to v3.3.0
|
||||
- TuyaMcu dimmer timeout (#11121)
|
||||
- Rename epaper 42 commands (#11222)
|
||||
- DeepSleep announcement topic (#11223)
|
||||
|
||||
### Fixed
|
||||
- PN532 on ESP32 Serial flush both Tx and Rx buffers (#10910)
|
||||
- Light scheme related color changes (#11041)
|
||||
- Refactor acceleration function for shutter stepper and servo (#11088)
|
||||
- LM75AD detection on different addresses (#11096)
|
||||
- Timer loop when console is scrolled up regression from v9.3.0 (#11108)
|
||||
- Display exception when no file system is present (#11125)
|
||||
- PN532 on ESP32 Serial flush both Tx and Rx buffers (#10910)
|
||||
- Light scheme related color changes (#11041)
|
||||
- Scripter and SML fixes (#11150)
|
||||
- Zigbee exception when bad frame is received (#11192)
|
||||
- ESP32 flash script for Odroid and Core2 (#11227)
|
||||
- ESP32 WS2812 bitbang support (#11248)
|
||||
|
||||
## [Released]
|
||||
|
||||
|
@ -58,7 +58,7 @@ Above binaries are also available as gzipped version allowing faster uploads.
|
||||
The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota/release. The links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmota.com/tasmota/release/tasmota.bin.gz``
|
||||
|
||||
### ESP32 based
|
||||
The following binary downloads have been compiled with ESP32/Arduino library core version **1.0.5-rc6**.
|
||||
The following binary downloads have been compiled with ESP32/Arduino library core version **1.0.5**.
|
||||
|
||||
- **tasmota32.bin** = The Tasmota version with most drivers. **RECOMMENDED RELEASE BINARY**
|
||||
- **tasmota32-BG.bin** to **tasmota32-TW.bin** = The Tasmota version in different languages.
|
||||
@ -83,16 +83,29 @@ The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota
|
||||
- Command ``Sensor80 1 <0..7>`` to control MFRC522 RFID antenna gain from 18dB (0) to 48dB (7) [#11073](https://github.com/arendst/Tasmota/issues/11073)
|
||||
- Support for SML VBUS [#11125](https://github.com/arendst/Tasmota/issues/11125)
|
||||
- Support for NEC and OPTOMA LCD/DLP Projector serial power control by Jan Bubík [#11145](https://github.com/arendst/Tasmota/issues/11145)
|
||||
- Support for XPT2046 touch screen digitizer on ILI9341 display by nonix [#11159](https://github.com/arendst/Tasmota/issues/11159)
|
||||
- Support for zigbee lumi.sensor_wleak [#11200](https://github.com/arendst/Tasmota/issues/11200)
|
||||
- Support for CSE7761 energy monitor as used in ESP32 based Sonoff Dual R3 Pow [#10793](https://github.com/arendst/Tasmota/issues/10793)
|
||||
- Allow MCP230xx pinmode from output to input [#11104](https://github.com/arendst/Tasmota/issues/11104)
|
||||
- Berry improvements [#11163](https://github.com/arendst/Tasmota/issues/11163)
|
||||
- Extent compile time SetOptions support [#11204](https://github.com/arendst/Tasmota/issues/11204)
|
||||
- ESP32 Extent BLE [#11212](https://github.com/arendst/Tasmota/issues/11212)
|
||||
|
||||
### Changed
|
||||
- TuyaMcu dimmer timeout [#11121](https://github.com/arendst/Tasmota/issues/11121)
|
||||
- TasmotaSerial library from v3.2.0 to v3.3.0
|
||||
- ESP32 core library from v1.0.5-rc6 to v1.0.5
|
||||
- TuyaMcu dimmer timeout [#11121](https://github.com/arendst/Tasmota/issues/11121)
|
||||
- Rename epaper 42 commands [#11222](https://github.com/arendst/Tasmota/issues/11222)
|
||||
- DeepSleep announcement topic [#11223](https://github.com/arendst/Tasmota/issues/11223)
|
||||
|
||||
### Fixed
|
||||
- PN532 on ESP32 Serial flush both Tx and Rx buffers [#10910](https://github.com/arendst/Tasmota/issues/10910)
|
||||
- Light scheme related color changes [#11041](https://github.com/arendst/Tasmota/issues/11041)
|
||||
- Refactor acceleration function for shutter stepper and servo [#11088](https://github.com/arendst/Tasmota/issues/11088)
|
||||
- LM75AD detection on different addresses [#11096](https://github.com/arendst/Tasmota/issues/11096)
|
||||
- Timer loop when console is scrolled up regression from v9.3.0 [#11108](https://github.com/arendst/Tasmota/issues/11108)
|
||||
- Display exception when no file system is present [#11125](https://github.com/arendst/Tasmota/issues/11125)
|
||||
- PN532 on ESP32 Serial flush both Tx and Rx buffers [#10910](https://github.com/arendst/Tasmota/issues/10910)
|
||||
- Light scheme related color changes [#11041](https://github.com/arendst/Tasmota/issues/11041)
|
||||
- Scripter and SML fixes [#11150](https://github.com/arendst/Tasmota/issues/11150)
|
||||
- Zigbee exception when bad frame is received [#11192](https://github.com/arendst/Tasmota/issues/11192)
|
||||
- ESP32 flash script for Odroid and Core2 [#11227](https://github.com/arendst/Tasmota/issues/11227)
|
||||
- ESP32 WS2812 bitbang support [#11248](https://github.com/arendst/Tasmota/issues/11248)
|
||||
|
Loading…
x
Reference in New Issue
Block a user