Update Changelog

This commit is contained in:
fvanroie 2022-02-14 11:33:50 +01:00
parent 2f5a1ff4dc
commit d8c037bcdb
2 changed files with 3 additions and 2 deletions

View File

@ -46,6 +46,7 @@
- Fix screen dimensions in `statusupdate` message, taking into account current orientation (thanks @kquinsland) - Fix screen dimensions in `statusupdate` message, taking into account current orientation (thanks @kquinsland)
- Fix syslog message format (thanks @geiseri) - Fix syslog message format (thanks @geiseri)
- Fix for HTTP password that could be overwritten by 8 asterisks when it was not changed in the web UI - Fix for HTTP password that could be overwritten by 8 asterisks when it was not changed in the web UI
- Fixed MQTT hostname limit (again)
### Custom component ### Custom component
- Expose `antiburn` for the CC (thanks @dgomes) - Expose `antiburn` for the CC (thanks @dgomes)
@ -57,7 +58,7 @@
- Prepare support for ESP32-S2 - Prepare support for ESP32-S2
- **Breaking:** Removed support for ESP8266! - **Breaking:** Removed support for ESP8266!
Updated libraries to ArduinoJson 6.19.1, TFT_eSPI 2.4.32, LovyanGFX 0.4.12 and Adafruit STMPE610 1.1.4 Updated libraries to ArduinoJson 6.19.1, ArduinoStreamUtils 1.6.2, TFT_eSPI 2.4.32, LovyanGFX 0.4.12 and Adafruit STMPE610 1.1.4
## v0.6.2 ## v0.6.2

View File

@ -74,7 +74,7 @@ build_flags =
lib_deps = lib_deps =
bxparks/AceButton@^1.9.1 ; GPIO button library bxparks/AceButton@^1.9.1 ; GPIO button library
bblanchon/ArduinoJson@^6.19.1 ; Json(l) parser bblanchon/ArduinoJson@^6.19.1 ; Json(l) parser
bblanchon/StreamUtils@1.6.1 ; for EEPromStream bblanchon/StreamUtils@^1.6.2 ; for EEPromStream and BufferedTelnetClient
knolleary/PubSubClient@^2.8.0 ; MQTT client knolleary/PubSubClient@^2.8.0 ; MQTT client
;git+https://github.com/fvanroie/ConsoleInput.git ;git+https://github.com/fvanroie/ConsoleInput.git
;git+https://github.com/andrethomas/TasmotaSlave.git ;git+https://github.com/andrethomas/TasmotaSlave.git