Compare commits
No commits in common. "d68f6c4a89fa70e0b7d985be642d64ceb5cec40b" and "af23b07df1a5ab8a935f1c8d781a198a19dea09d" have entirely different histories.
d68f6c4a89
...
af23b07df1
18
CHANGELOG.md
18
CHANGELOG.md
@ -1,23 +1,5 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [1.4.2] - 2025-03-23
|
|
||||||
### Added
|
|
||||||
- add WiFi connection check and restart Bambu if not connected
|
|
||||||
|
|
||||||
### Changed
|
|
||||||
- update platformio.ini for version v1.4.2
|
|
||||||
- increase stack size for BambuMqtt task
|
|
||||||
- update Discord Link
|
|
||||||
- update Discord Link
|
|
||||||
- remove commented-out subscription topic in MQTT setup
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
- use unique client ID for MQTT connection to avoid conflicts
|
|
||||||
- reload page after firmware update completion
|
|
||||||
- increase WiFi connection timeout from 5 to 10 seconds
|
|
||||||
- ensure valid URL format and remove trailing slash in setupWebserver
|
|
||||||
|
|
||||||
|
|
||||||
## [1.4.1] - 2025-03-10
|
## [1.4.1] - 2025-03-10
|
||||||
### Added
|
### Added
|
||||||
- added new .step, now with correct individual parts
|
- added new .step, now with correct individual parts
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
; https://docs.platformio.org/page/projectconf.html
|
; https://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
[common]
|
[common]
|
||||||
version = "1.4.2"
|
version = "1.4.1"
|
||||||
to_old_version = "1.4.0"
|
to_old_version = "1.4.0"
|
||||||
|
|
||||||
##
|
##
|
||||||
|
Loading…
x
Reference in New Issue
Block a user