|
599cc47443
|
docs: update platformio.ini for version v1.5.2
|
2025-04-23 17:47:40 +02:00 |
|
|
b1f7923770
|
feat: implement multi-color filament display and styles for dropdown options
|
2025-04-23 17:47:02 +02:00 |
|
|
c78c20979d
|
fix: add remaining weight logging for PUT requests and improve error reporting in sendToApi function
|
2025-04-23 14:51:31 +02:00 |
|
|
e79c522e46
|
fix: add remaining weight logging and display after successful spool update
|
2025-04-23 11:33:07 +02:00 |
|
|
cf8cce72a5
|
fix: update weight field in update payload to only include values greater than 10
|
2025-04-23 11:08:32 +02:00 |
|
|
0b356609d1
|
fix: add weight field to update payload in updateSpoolTagId function
|
2025-04-23 11:07:30 +02:00 |
|
|
01f1e123ac
|
fix: increase stack size for sendToApi task to improve stability
|
2025-04-15 16:38:16 +02:00 |
|
|
012f91851e
|
fix: adjust tare weight tolerance to ignore deviations of 2g
|
2025-03-31 10:59:54 +02:00 |
|
|
9ed3c70c01
|
fix: improve weight stability check before sending to API
|
2025-03-31 10:08:26 +02:00 |
|
|
e23f3a2151
|
docs: update changelog and header for version v1.5.1
Release Workflow / detect-provider (push) Successful in 3s
Release Workflow / github-release (push) Has been skipped
Release Workflow / gitea-release (push) Successful in 2m52s
v1.5.1
|
2025-03-30 16:38:38 +02:00 |
|
|
f73306f0b9
|
chore: update version to 1.5.1 and improve OTA update handling with task management
|
2025-03-30 16:38:23 +02:00 |
|
|
a450d4bd1a
|
docs: update changelog and header for version v1.4.14
Release Workflow / detect-provider (push) Successful in 3s
Release Workflow / github-release (push) Has been skipped
Release Workflow / gitea-release (push) Successful in 2m42s
v1.4.14
|
2025-03-30 16:01:45 +02:00 |
|
|
d48d994c00
|
docs: update platformio.ini for version v1.4.14
|
2025-03-30 16:01:45 +02:00 |
|
|
32bb85f897
|
feat: add auto-tare functionality and update scale handling based on touch sensor connection
|
2025-03-30 16:01:17 +02:00 |
|
|
e9d32ee060
|
docs: update changelog and header for version v1.4.13
Release Workflow / detect-provider (push) Successful in 5s
Release Workflow / github-release (push) Has been skipped
Release Workflow / gitea-release (push) Successful in 2m44s
v1.4.13
|
2025-03-30 12:59:57 +02:00 |
|
|
aba28422bd
|
docs: update platformio.ini for version v1.4.13
|
2025-03-30 12:59:57 +02:00 |
|
|
4a55620d39
|
fix: update touch sensor connection logic to correctly identify connection status
|
2025-03-30 12:59:51 +02:00 |
|
|
7b18266534
|
docs: update changelog and header for version v1.4.12
Release Workflow / detect-provider (push) Successful in 3s
Release Workflow / github-release (push) Has been skipped
Release Workflow / gitea-release (push) Failing after 2m16s
v1.4.12
|
2025-03-30 12:55:33 +02:00 |
|
|
d81acb2b61
|
docs: update platformio.ini for version v1.4.12
|
2025-03-30 12:55:33 +02:00 |
|
|
8c7fc159d3
|
fix: add touch sensor connection check and update logic
|
2025-03-30 12:55:26 +02:00 |
|
|
476d3e82e2
|
docs: update README files to clarify PN532 DIP switch settings
|
2025-03-30 12:35:50 +02:00 |
|
|
3c294a135f
|
docs: update changelog and header for version v1.4.11
Release Workflow / detect-provider (push) Successful in 2s
Release Workflow / github-release (push) Has been skipped
Release Workflow / gitea-release (push) Successful in 2m56s
v1.4.11
|
2025-03-30 12:21:57 +02:00 |
|
|
bb751b6289
|
docs: update platformio.ini for version v1.4.11
|
2025-03-30 12:21:57 +02:00 |
|
|
7fd01bd1b9
|
Merge branch 'main' of github.com:ManuelW77/Filaman
|
2025-03-30 12:21:04 +02:00 |
|
|
fad84e12c8
|
docs: update changelog and header for version v1.4.10
Release Workflow / detect-provider (push) Successful in 3s
Release Workflow / github-release (push) Has been skipped
Release Workflow / gitea-release (push) Successful in 3m6s
v1.4.10
|
2025-03-30 12:19:25 +02:00 |
|
|
696efc4d79
|
docs: update platformio.ini for version v1.4.10
|
2025-03-30 12:19:25 +02:00 |
|
|
29868e7101
|
fix: update TTP223 pin configuration and adjust touch sensor logic
|
2025-03-30 12:19:07 +02:00 |
|
|
823db6157c
|
fix: add manual tare functionality for scale
|
2025-03-29 14:44:33 +01:00 |
|
|
458cc4eaf2
|
Merge pull request #31 from janecker/nfc_rework
Introducing enum for handling the NFC state to improve code readability
|
2025-03-29 14:25:20 +01:00 |
|
|
83d14b32d1
|
fix: add debounce handling for TTP223 touch sensor
|
2025-03-29 14:23:55 +01:00 |
|
|
2bf7c9fb7d
|
feat: add TTP223 touch sensor support and wiring configuration
|
2025-03-29 14:18:58 +01:00 |
|
Jan Philipp Ecker
|
ac8adca84d
|
Renamed states of NFC state machine and introduced new state machine for spoolman API
|
2025-03-29 13:21:47 +01:00 |
|
Jan Philipp Ecker
|
c701149c64
|
Introducing enum for handling the NFC state to improve code readability
|
2025-03-29 11:45:38 +01:00 |
|
|
07a919b6ba
|
docs: update changelog and header for version v1.4.9
Release Workflow / detect-provider (push) Successful in 3s
Release Workflow / github-release (push) Has been skipped
Release Workflow / gitea-release (push) Successful in 2m48s
v1.4.9
|
2025-03-29 10:11:25 +01:00 |
|
|
8618b90e33
|
docs: update platformio.ini for version v1.4.9
|
2025-03-29 10:11:25 +01:00 |
|
|
57723b5354
|
fix: enhance HTTP method handling in sendToApi function
|
2025-03-29 10:03:17 +01:00 |
|
|
d2be752175
|
docs: update changelog and header for version v1.4.8
Release Workflow / detect-provider (push) Successful in 4s
Release Workflow / github-release (push) Has been skipped
Release Workflow / gitea-release (push) Successful in 2m46s
v1.4.8
|
2025-03-29 07:58:12 +01:00 |
|
|
97a050ace8
|
docs: update platformio.ini for version v1.4.8
|
2025-03-29 07:58:12 +01:00 |
|
|
367e692c74
|
Merge pull request #30 from janecker/main
Fix memory leak issue in HTTPClient
|
2025-03-29 07:55:45 +01:00 |
|
|
926a21249b
|
Merge branch 'testing' into main
|
2025-03-29 07:55:33 +01:00 |
|
|
2635c19667
|
fix: improve HTTP client configuration and clear update documents after API calls
|
2025-03-29 07:52:49 +01:00 |
|
Jan Philipp Ecker
|
6cc4efca0a
|
Fixes memory leak in HTTPClient by disabling connection reuse
|
2025-03-28 22:40:50 +01:00 |
|
|
1484a6b0da
|
fix: update reload logic after removing and saving Bambu credentials for better cache handling
|
2025-03-27 19:13:57 +01:00 |
|
|
b5f0472af4
|
docs: update changelog and header for version v1.4.7
Release Workflow / detect-provider (push) Successful in 3s
Release Workflow / github-release (push) Has been skipped
Release Workflow / gitea-release (push) Successful in 3m10s
v1.4.7
|
2025-03-27 18:54:33 +01:00 |
|
|
95c1bc823c
|
docs: update platformio.ini for version v1.4.7
|
2025-03-27 18:54:33 +01:00 |
|
|
491ba7f526
|
Merge branch 'testing'
|
2025-03-27 18:54:15 +01:00 |
|
|
56d7d8596c
|
style: update remove button for Bambu credentials with red background
|
2025-03-27 18:07:33 +01:00 |
|
|
1044e91a0a
|
feat: add forced cache refresh after removing and saving Bambu credentials
|
2025-03-27 18:03:40 +01:00 |
|
|
e459b53472
|
feat: add functionality to remove Bambu credentials and update API handling
|
2025-03-27 18:01:15 +01:00 |
|
|
024056cb7d
|
fix: handle Bambu connection state by introducing bambuDisabled flag
|
2025-03-27 11:18:04 +01:00 |
|