mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 13:46:36 +00:00
Update Changelog
This commit is contained in:
parent
2f5a1ff4dc
commit
d8c037bcdb
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user