Compare commits
No commits in common. "43719aac41626546543d192638847e73f5286767" and "48b9bf70766464ed7aedc62bef1c29f229c93fa0" have entirely different histories.
43719aac41
...
48b9bf7076
13
CHANGELOG.md
13
CHANGELOG.md
@ -1,18 +1,5 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [1.4.5] - 2025-03-25
|
|
||||||
### Changed
|
|
||||||
- update platformio.ini for version v1.4.5
|
|
||||||
- Merge branch 'testing'
|
|
||||||
- remove unused request_topic subscription and reduce MQTT task stack size
|
|
||||||
- Merge pull request #26 from tugsi/main
|
|
||||||
- rename report_topic to topic and update MQTT subscription logic, switched publish topic to request
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
- increase MQTT buffer size and adjust task stack size
|
|
||||||
- Fix BufferSize for larger JSONs from X-Series
|
|
||||||
|
|
||||||
|
|
||||||
## [1.4.4] - 2025-03-23
|
## [1.4.4] - 2025-03-23
|
||||||
### Added
|
### Added
|
||||||
- add error handling for missing vendor IDs in filament data
|
- add error handling for missing vendor IDs in filament data
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
; https://docs.platformio.org/page/projectconf.html
|
; https://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
[common]
|
[common]
|
||||||
version = "1.4.5"
|
version = "1.4.4"
|
||||||
to_old_version = "1.4.0"
|
to_old_version = "1.4.0"
|
||||||
|
|
||||||
##
|
##
|
||||||
|
Loading…
x
Reference in New Issue
Block a user