5f8953a19d
docs: update webpages for version v1.5.6
2025-07-28 09:32:35 +02:00
c919eeb848
docs: update platformio.ini for version v1.5.6
2025-07-28 09:32:30 +02:00
43177c670e
Merge pull request #42 from janecker/configuration_nvs_storage
...
Changes configuration storage of spoolman and bambu values
2025-07-28 09:31:33 +02:00
1b50694f5f
Merge branch 'main' into configuration_nvs_storage
2025-07-28 09:31:23 +02:00
48edde8557
Merge pull request #41 from janecker/memory_leak_fixes
...
Memory leak fixes
2025-07-28 09:26:30 +02:00
Jan Philipp Ecker
cb5d8ac10a
Changes configuration storage of spoolman and bambu values
...
Change that moves configuration values of spoolman and bambu credentials to use NVS storage. Also fixes some typos and missing translation.
2025-07-27 17:33:09 +02:00
Jan Philipp Ecker
bf48c6d4e1
Fixes compiler warnings in nfc
...
Replaces the depricated function call containsKey() with is<T>() of JsonDocument.
2025-07-26 22:52:10 +02:00
Jan Philipp Ecker
5d2d5e9ee1
Adds ENABLE_HEAP_DEBUGGING define as comment to the build flags
...
Adds the new ENABLE_HEAP_DEBUGGING define to the build falgs. The option is commented out, but it makes it easier to quickly enable it
2025-07-26 22:50:08 +02:00
Jan Philipp Ecker
7e76612bb4
Adds data directory and further .vscode files to to .gitignore
...
Adds the whole data folder that is created during build of the project and further visual studio code related files to the .gitignore file.
2025-07-26 22:39:37 +02:00
Jan Philipp Ecker
f038020042
Memory leak fixes in api and nfc, location tag fix
...
Fixes multiple potential memory leaks in API and NFC. Also fixes an issue in the new locaiton tag feature that could lead to multiple parallel API requests. This could cause memory leak issues but also result in wrong weights being registered for a spool.
2025-07-26 22:36:04 +02:00
Jan Philipp Ecker
8343fe887b
Introduces new heap debugging feature and fixes some memory leaks in website feature
...
Introduces a new define HEAP_DEBUG_MESSAGE(location) that can be used to instrument the code to get heap information output on the Serial output. It can be enabled via the define ENABLE_HEAP_DEBUGGING. Also fixes some memory leaks in the website part of the project.
2025-07-26 22:14:58 +02:00
3bb6c1caf5
docs: update changelog and header for version v1.5.5
Release Workflow / detect-provider (push) Successful in 1m6s
Release Workflow / github-release (push) Has been skipped
Release Workflow / gitea-release (push) Successful in 2m52s
v1.5.5
2025-07-22 17:36:45 +02:00
37df07f102
docs: update platformio.ini for version v1.5.5
2025-07-22 17:36:45 +02:00
8484c1310b
Merge pull request #40 from janecker/location_bambu_fix
...
Fixes some issues with the new location tags
2025-07-22 17:35:02 +02:00
Jan Philipp Ecker
fd7b4c25b3
Fixes some issues with the new location tags
...
Fixes an issue where the location dropdown is not visible if the Bambu integration is active. Adds support for the "NFC-Tag" view on the webpage, it now also shows info about the location tags. Revers a change that was not supposed to go into main where the amount of data written to the spool tag is reduced to only the sm_id.
2025-07-22 10:47:47 +02:00
d490b116b9
docs: update changelog and header for version v1.5.4
Release Workflow / detect-provider (push) Successful in 1m10s
Release Workflow / github-release (push) Has been skipped
Release Workflow / gitea-release (push) Successful in 3m52s
v1.5.4
2025-07-22 06:36:16 +02:00
5bc6192b6f
docs: update platformio.ini for version v1.5.4
2025-07-22 06:36:16 +02:00
2202d9a1aa
Merge branch 'main' of github.com:ManuelW77/Filaman
2025-07-22 06:35:13 +02:00
7dbca0ab87
Merge pull request #39 from janecker/location_tags
...
Adds new feature to write and read location tags
2025-07-22 06:32:44 +02:00
24b3521f83
Merge pull request #38 from janecker/scale_debouncing
...
Adds slight debouncing to the scale loop weight logic
2025-07-22 06:32:31 +02:00
6c9f290bac
fix: uncomment monitor_port configuration in platformio.ini
2025-07-22 06:31:51 +02:00
Jan Philipp Ecker
eab937d6ca
Adds new feature to write and read location tags
...
Location tags can be written via the website. If a location tag is read after reading a spool tag, the location of the spool will be updated in spoolman to the location from the tag.
2025-07-21 21:03:55 +02:00
Jan Philipp Ecker
27ef8399e4
Adds slight debouncing to the scale loop weight logic
...
Adds slight debouncing to the scale loop to prevent jitter of the
weight displayed on the screen.
2025-06-19 10:08:15 +02:00
2920159f32
add loadcell desc.
2025-05-02 16:44:57 +02:00
2e19bccfa9
docs: update changelog and header for version v1.5.3
Release Workflow / detect-provider (push) Successful in 1m10s
Release Workflow / github-release (push) Has been skipped
Release Workflow / gitea-release (push) Successful in 3m25s
v1.5.3
2025-04-25 15:52:56 +02:00
859e89431e
docs: update platformio.ini for version v1.5.3
2025-04-25 15:52:56 +02:00
6dc26ca51f
fix: update spool weight conditionally based on NFC ID
2025-04-25 15:52:38 +02:00
0becae7ed6
Affiliate Links
2025-04-25 09:41:02 +02:00
3d31833f50
docs: update changelog and header for version v1.5.2
Release Workflow / detect-provider (push) Successful in 1m21s
Release Workflow / github-release (push) Has been skipped
Release Workflow / gitea-release (push) Successful in 3m9s
v1.5.2
2025-04-23 17:47:40 +02:00
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