Compare commits

..

No commits in common. "9f7ee13e784476e22ee8889ccd8bfd7ec30c37e5" and "b87d43c64e8466474fad37f534c4f7bf1b818d03" have entirely different histories.

2 changed files with 1 additions and 20 deletions

View File

@ -1,24 +1,5 @@
# Changelog # Changelog
## [1.3.96] - 2025-02-25
### Added
- füge Unterstützung für Spoolman-Einstellungen hinzu und aktualisiere die Benutzeroberfläche
- entferne die sendAmsData-Funktion aus der API-Schnittstelle
- erweitere Bambu-Credentials um AutoSend-Zeit und aktualisiere die Benutzeroberfläche
- erweitere Bambu-Credentials mit AutoSend-Wartezeit und aktualisiere die Benutzeroberfläche
- add espRestart function and replace delay with vTaskDelay for OTA update process
- implement OTA update functionality with backup and restore for configurations
- add own_filaments.json and integrate custom filament loading in bambu.cpp
### Changed
- update platformio.ini for version v1.3.96
### Fixed
- aktualisiere Bedingungen für die AMS-Datenaktualisierung und entferne unnötige Aufrufe
- aktualisiere Bedingung für den Fortschritt der OTA-Update-Nachricht
- update auto set logic to check RFID tag before setting Bambu spool
## [1.3.95] - 2025-02-24 ## [1.3.95] - 2025-02-24
### Changed ### Changed
- update webpages for version v1.3.95 - update webpages for version v1.3.95

View File

@ -9,7 +9,7 @@
; https://docs.platformio.org/page/projectconf.html ; https://docs.platformio.org/page/projectconf.html
[common] [common]
version = "1.3.96" version = "1.3.95"
## ##
[env:esp32dev] [env:esp32dev]
platform = espressif32 platform = espressif32