diff --git a/Changelog.md b/Changelog.md index a29c7b09..888f07e8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,26 @@ # Changelog -## [Unreleased] + ## [Unreleased] + +### Added + +- n.a. + +### Changed + +- n.a. + +### Fixed + +- Re-updated build environment to v5.2.0 (from accidental downgrad to v4.4.0) + +### Removed + +- n.a. + + + +## [13.0.2] - 2022-12-02 ## [13.0.2] - 2022-12-02 @@ -11,11 +31,15 @@ ### Changed - Update Tool "Logfile downloader and combiner" to handle the new csv file format. -- Updated logging informtions +- Added MQTT topic `status` containing Digitalization Status. +- Added timezone to MQTT topic `timestamp`. +- Disable heap logs by default +- Cleanup loglevel info (moved some entries to debug level) +- Updated logging informations ### Fixed -- n.a. +- Corrected Version comparison between firmware and Web UI. ### Removed diff --git a/code/platformio.ini b/code/platformio.ini index 39b6032c..49dfd325 100644 --- a/code/platformio.ini +++ b/code/platformio.ini @@ -13,9 +13,7 @@ src_dir = main [env:esp32cam] -platform = espressif32@4.4.0 -;platform = espressif32@5.1.0 -;platform = espressif32 +platform = espressif32@5.2.0 board = esp32cam ;board = m5stack-core-esp32 framework = espidf