Compare commits

..

No commits in common. "2948a35fa8cdf068382a085ffe6e993c1724b276" and "2d8aec515db7597a21728fdbda906e1081543827" have entirely different histories.

3 changed files with 2 additions and 10 deletions

View File

@ -1,13 +1,5 @@
# Changelog # Changelog
## [1.3.95] - 2025-02-24
### Changed
- update webpages for version v1.3.95
### Fixed
- bind autoSendToBambu variable to checkbox in spoolman.html
## [1.3.94] - 2025-02-24 ## [1.3.94] - 2025-02-24
### Changed ### Changed
- update webpages for version v1.3.94 - update webpages for version v1.3.94

View File

@ -125,7 +125,7 @@
<div class="input-group"> <div class="input-group">
If activated, FilaMan will automatically update the next filled tray with the last scanned and weighed spool. If activated, FilaMan will automatically update the next filled tray with the last scanned and weighed spool.
<label for="autoSend">Auto Send to Bambu:</label> <label for="autoSend">Auto Send to Bambu:</label>
<input type="checkbox" id="autoSend" {{autoSendToBambu}}> <input type="checkbox" id="autoSend">
</div> </div>
<button onclick="saveBambuCredentials()">Save Bambu Credentials</button> <button onclick="saveBambuCredentials()">Save Bambu Credentials</button>

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.95" version = "1.3.94"
## ##
[env:esp32dev] [env:esp32dev]
platform = espressif32 platform = espressif32