diff --git a/CHANGLELOG.md b/CHANGLELOG.md index ef81bcad..a19d6b1d 100644 --- a/CHANGLELOG.md +++ b/CHANGLELOG.md @@ -46,6 +46,7 @@ - Fix screen dimensions in `statusupdate` message, taking into account current orientation (thanks @kquinsland) - 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 +- Fixed MQTT hostname limit (again) ### Custom component - Expose `antiburn` for the CC (thanks @dgomes) @@ -57,7 +58,7 @@ - Prepare support for ESP32-S2 - **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 diff --git a/platformio.ini b/platformio.ini index 817ff48d..8f2d2967 100644 --- a/platformio.ini +++ b/platformio.ini @@ -74,7 +74,7 @@ build_flags = lib_deps = bxparks/AceButton@^1.9.1 ; GPIO button library 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 ;git+https://github.com/fvanroie/ConsoleInput.git ;git+https://github.com/andrethomas/TasmotaSlave.git