Compare commits

..

No commits in common. "3d31833f5001e90d465402bac80f662c1adaaedf" and "b1f79237704b395bdcda2a90a09b913155bb8f8d" have entirely different histories.

2 changed files with 1 additions and 18 deletions

View File

@ -1,22 +1,5 @@
# Changelog
## [1.5.2] - 2025-04-23
### Added
- implement multi-color filament display and styles for dropdown options
- add remaining weight logging for PUT requests and improve error reporting in sendToApi function
- add remaining weight logging and display after successful spool update
- add weight field to update payload in updateSpoolTagId function
### Changed
- update platformio.ini for version v1.5.2
### Fixed
- update weight field in update payload to only include values greater than 10
- increase stack size for sendToApi task to improve stability
- adjust tare weight tolerance to ignore deviations of 2g
- improve weight stability check before sending to API
## [1.5.1] - 2025-03-30
### Changed
- update version to 1.5.1 and improve OTA update handling with task management

View File

@ -9,7 +9,7 @@
; https://docs.platformio.org/page/projectconf.html
[common]
version = "1.5.2"
version = "1.5.1"
to_old_version = "1.5.0"
##