ada4a84942
docs: update platformio.ini for version v1.4.13
2025-03-30 12:59:57 +02:00
e32aa6ec51
fix: update touch sensor connection logic to correctly identify connection status
2025-03-30 12:59:51 +02:00
04a18469b5
docs: update changelog and header for version v1.4.12
2025-03-30 12:55:33 +02:00
1c4d5f3874
docs: update platformio.ini for version v1.4.12
2025-03-30 12:55:33 +02:00
a2eb57cd7a
fix: add touch sensor connection check and update logic
2025-03-30 12:55:26 +02:00
1c619c5bcb
docs: update README files to clarify PN532 DIP switch settings
2025-03-30 12:35:50 +02:00
2e05651f88
docs: update changelog and header for version v1.4.11
2025-03-30 12:21:57 +02:00
f1b803a3c1
docs: update platformio.ini for version v1.4.11
2025-03-30 12:21:57 +02:00
5c4ba9f0ba
Merge branch 'main' of github.com:ManuelW77/Filaman
2025-03-30 12:21:04 +02:00
19d70301f5
docs: update changelog and header for version v1.4.10
2025-03-30 12:19:25 +02:00
4fa21d3c0e
docs: update platformio.ini for version v1.4.10
2025-03-30 12:19:25 +02:00
f22a01127c
fix: update TTP223 pin configuration and adjust touch sensor logic
2025-03-30 12:19:07 +02:00
92d377713d
fix: add manual tare functionality for scale
2025-03-29 14:44:33 +01:00
8732c81bb9
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
e7bbf45a9f
fix: add debounce handling for TTP223 touch sensor
2025-03-29 14:23:55 +01:00
a8ce964add
feat: add TTP223 touch sensor support and wiring configuration
2025-03-29 14:18:58 +01:00
Jan Philipp Ecker
69f01d1e57
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
99231786a5
Introducing enum for handling the NFC state to improve code readability
2025-03-29 11:45:38 +01:00
8536b4f8fa
docs: update changelog and header for version v1.4.9
2025-03-29 10:11:25 +01:00
c84c5fa734
docs: update platformio.ini for version v1.4.9
2025-03-29 10:11:25 +01:00
2a60e149b9
fix: enhance HTTP method handling in sendToApi function
2025-03-29 10:03:17 +01:00
7e486191b7
docs: update changelog and header for version v1.4.8
2025-03-29 07:58:12 +01:00
610479bc5a
docs: update platformio.ini for version v1.4.8
2025-03-29 07:58:12 +01:00
b7fa53da7e
Merge pull request #30 from janecker/main
...
Fix memory leak issue in HTTPClient
2025-03-29 07:55:45 +01:00
629b4276cf
Merge branch 'testing' into main
2025-03-29 07:55:33 +01:00
cb15dae87e
fix: improve HTTP client configuration and clear update documents after API calls
2025-03-29 07:52:49 +01:00
Jan Philipp Ecker
abed1c9806
Fixes memory leak in HTTPClient by disabling connection reuse
2025-03-28 22:40:50 +01:00
db1f33c2b6
fix: update reload logic after removing and saving Bambu credentials for better cache handling
2025-03-27 19:13:57 +01:00
174a58906c
docs: update changelog and header for version v1.4.7
2025-03-27 18:54:33 +01:00
20cc9b196b
docs: update platformio.ini for version v1.4.7
2025-03-27 18:54:33 +01:00
ff80b05502
Merge branch 'testing'
2025-03-27 18:54:15 +01:00
edfdef53f4
style: update remove button for Bambu credentials with red background
2025-03-27 18:07:33 +01:00
89a3fed7a9
feat: add forced cache refresh after removing and saving Bambu credentials
2025-03-27 18:03:40 +01:00
f44173824f
feat: add functionality to remove Bambu credentials and update API handling
2025-03-27 18:01:15 +01:00
169d73bfc0
fix: handle Bambu connection state by introducing bambuDisabled flag
2025-03-27 11:18:04 +01:00
c78f36d21a
feat: add rfid_bambu.html and update bambu connection handling
2025-03-27 10:35:10 +01:00
054bc43f65
Merge pull request #28 from tugsi/main
...
Fix rfid.js-Failure with X1-Series, if you wanna send a Spool to AMS
2025-03-26 11:54:41 +01:00
31c41576ee
docs: update changelog and header for version v1.4.6
2025-03-26 11:52:46 +01:00
3a744bc1e6
docs: update platformio.ini for version v1.4.6
2025-03-26 11:52:46 +01:00
42f76fc20a
fix: handle potential undefined value for tray_info_idx in handleSpoolIn function, by @tugsi
2025-03-26 11:51:58 +01:00
tugsi
124f326670
Fix rfid.js-Failure with X1-Series,
...
if you wanna send a Spool to AMS:
- Uncaught TypeError: Cannot read properties of undefined (reading 'replace')
at handleSpoolIn (rfid.js:493:67)
at HTMLButtonElement.onclick ((Index):1:1)
handleSpoolIn @ rfid.js:493
onclick @ (Index):1
2025-03-25 17:40:55 +01:00
af34ce45dd
docs: update changelog and header for version v1.4.5
2025-03-25 12:11:56 +01:00
c0cb3ff5c9
docs: update platformio.ini for version v1.4.5
2025-03-25 12:11:56 +01:00
4c754d84ff
Merge branch 'testing'
2025-03-25 12:08:08 +01:00
d2c85018f5
refactor: remove unused request_topic subscription and reduce MQTT task stack size
2025-03-25 12:05:34 +01:00
8dac49ea9e
fix: increase MQTT buffer size and adjust task stack size
2025-03-25 12:02:54 +01:00
5365c0e1b9
Merge pull request #26 from tugsi/main
...
Fix BufferSize for larger JSONs from X-Series
2025-03-25 12:01:57 +01:00
tugsi
4abe9d6d33
Fix BufferSize for larger JSONs from X-Series
2025-03-24 12:17:28 +01:00
e5d0334714
refactor: rename report_topic to topic and update MQTT subscription logic, switched publish topic to request
2025-03-23 18:01:53 +01:00
16364cbd86
docs: update changelog and header for version v1.4.4
2025-03-23 16:50:29 +01:00