Merge branch 'rolling'

This commit is contained in:
jomjol
2022-12-02 22:20:32 +01:00
2 changed files with 28 additions and 6 deletions

View File

@@ -2,6 +2,26 @@
## [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 ## [13.0.2] - 2022-12-02
### Added ### Added
@@ -11,11 +31,15 @@
### Changed ### Changed
- Update Tool "Logfile downloader and combiner" to handle the new csv file format. - 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 ### Fixed
- n.a. - Corrected Version comparison between firmware and Web UI.
### Removed ### Removed

View File

@@ -13,9 +13,7 @@
src_dir = main src_dir = main
[env:esp32cam] [env:esp32cam]
platform = espressif32@4.4.0 platform = espressif32@5.2.0
;platform = espressif32@5.1.0
;platform = espressif32
board = esp32cam board = esp32cam
;board = m5stack-core-esp32 ;board = m5stack-core-esp32
framework = espidf framework = espidf