tugsi
a41ef9e75a
docs: update changelog and header for version v1.4.1
...
- Die MQTT-Puffergröße auf 16.384 Byte (16 KB) erhöht.
Dies sollte ausreichen, um Ihre 15.403 Byte große JSON-Nutzlast mit etwas mehr Spielraum zu verarbeiten. Diese Änderung ermöglicht es dem MQTT-Client, größere JSON-Nachrichten ohne Kürzung zu empfangen und zu verarbeiten.
Einige wichtige Hinweise zu dieser Änderung:
Die neue Puffergröße von 16 KB verbraucht mehr RAM, der ESP32 sollte jedoch ausreichend Speicher dafür haben.
Die Größe ist auf 16 KB festgelegt, um über die benötigten 15.403 Byte hinaus zusätzlichen Puffer-Overhead bereitzustellen.
Diese Änderung betrifft nur den MQTT-Empfangspuffer
--
- Die Task-Stack-Größe von 8192 auf 16384 Wörter erhöht, um mehr Speicher für die JSON-Verarbeitung bereitzustellen
---
- Erhöhung des Keepalive-Intervalls auf 60 Sekunden
- Verbesserte Fehlerbehandlung und Debugging-Ausgaben
- Detaillierte Statusmeldungen für die MQTT-Verbindung
- Periodische Verbindungsüberprüfung alle 30 Sekunden
- Bessere Handhabung von Verbindungsverlusten
---
- Verwendung einer eindeutigen Client-ID mit Zufallssuffix
- Erhöhung der QoS (Quality of Service) auf 1 für zuverlässigere Übertragung
- Einstellung eines Socket-Timeouts von 60 Sekunden
- Aktivierung von Clean Session und Will Message
- Verbessertes Verbindungs-Logging
2025-03-14 17:42:26 +01:00
Manuel Weiser
4559bae066
docs: update changelog and header for version v1.4.1
v1.4.1
2025-03-10 17:34:09 +01:00
Manuel Weiser
cdb2d16cf9
docs: update platformio.ini for version v1.4.1
2025-03-10 17:34:09 +01:00
Manuel Weiser
cd71949c82
refactor length calculation to convert total length to meters before formatting
2025-03-10 17:33:47 +01:00
ManuelW
6cd280389d
Merge pull request #16 from spitzbirne32/main
...
Usermod for M3 heat inserts and AliExpress parts
2025-03-06 15:19:28 +01:00
spitzbirne32
daf27820b1
improved housing to show display better
2025-03-06 12:16:10 +01:00
spitzbirne32
dd7fbe1119
added new .step, now with correct individual parts
2025-03-06 12:14:39 +01:00
spitzbirne32
dc2ddb47eb
removed CAD, as they were all duplicates
2025-03-06 12:13:25 +01:00
spitzbirne32
6bb8f565e6
typo in AliE link
2025-03-04 01:59:47 +01:00
spitzbirne32
ec60ca88f1
added changelog
2025-03-04 01:57:50 +01:00
spitzbirne32
17664acf9e
Delete usermod/spitzbirne32/STL/README.md
2025-03-04 01:48:02 +01:00
spitzbirne32
18f7454a76
Add files via upload
2025-03-04 01:43:50 +01:00
spitzbirne32
e7b5917888
added .stp files of modifications
2025-03-04 01:43:20 +01:00
spitzbirne32
5c57968ba9
Update README.md
2025-03-04 01:40:33 +01:00
spitzbirne32
795c926c1f
added merged picture
2025-03-04 01:33:01 +01:00
spitzbirne32
8735a9740c
moved pictures of parts into dedicated folders
2025-03-04 01:26:41 +01:00
spitzbirne32
02d0adc6bf
added pictures of components bought from AliE
2025-03-04 01:21:18 +01:00
spitzbirne32
24067666ed
Update README.md
2025-03-04 01:17:12 +01:00
spitzbirne32
9264333eda
Add files via upload
2025-03-04 01:06:07 +01:00
spitzbirne32
66216d57ae
Update README.md
2025-03-04 01:05:35 +01:00
spitzbirne32
5100a669b0
Update README.md
2025-03-04 00:54:43 +01:00
spitzbirne32
4ad89b68a7
added pictures for heat insert location
2025-03-04 00:50:42 +01:00
spitzbirne32
758acaff9f
Delete usermod/spitzbirne32/STL/ScaleTop_Heatinsert_Location_usermod_spitzbirne32_.png
2025-03-04 00:50:22 +01:00
spitzbirne32
fed96b9c58
Delete usermod/spitzbirne32/STL/Housing_Heatinsert_Location_usermod_spitzbirne32_.png
2025-03-04 00:50:14 +01:00
spitzbirne32
2d072ee09a
added pictures showing heat insert location
2025-03-04 00:49:31 +01:00
spitzbirne32
b55b6e3fd5
created folders
2025-03-04 00:26:37 +01:00
spitzbirne32
238b928236
Update README.md
2025-03-04 00:16:01 +01:00
spitzbirne32
24ce0ca6df
Update README.md
2025-03-04 00:15:10 +01:00
spitzbirne32
3cf934b920
Create README.md
2025-03-04 00:11:54 +01:00
spitzbirne32
f68ea3edb0
Update README.md
2025-03-04 00:09:49 +01:00
spitzbirne32
16321c9461
Update README.md
2025-03-04 00:05:21 +01:00
spitzbirne32
f9530f6d9a
Create README.md
2025-03-03 22:08:45 +01:00
ManuelW
83f2f0834d
Merge pull request #15 from ManuelW77/main
...
set to main state
2025-03-03 17:10:35 +01:00
ManuelW
6632aa8f95
Merge pull request #14 from janecker/scale-calibration-rework
...
Reworks the scale calibration handling
2025-03-03 17:08:06 +01:00
Manuel Weiser
8a558c3121
refactor: remove unnecessary delay in MQTT setup and add delay before restart
2025-03-03 16:58:24 +01:00
Jan Philipp Ecker
d434fde92e
Reworks the scale calibration handling
...
Fixes some issues in the scale handling. Prevents a wdg reset after
after scale calibration. Also makes sure that after calibration all
tasks are started again that have been suspsended before.
2025-03-03 16:50:46 +01:00
Manuel Weiser
5afb60df32
fix: correct typo in console log for total length
2025-03-02 20:21:27 +01:00
Manuel Weiser
3394e6eb01
feat: add new 3D print file for Filaman scale
2025-03-02 08:06:59 +01:00
Manuel Weiser
3818c2c059
refactor: remove redundant scale calibration checks and enhance task management
2025-03-01 18:50:20 +01:00
Manuel Weiser
0afc543b5f
refactor: enhance AMS data handling and streamline spool auto-setting logic
2025-03-01 18:44:35 +01:00
Manuel Weiser
adee46e3fc
refactor: adjust stack size and improve scale calibration logic
2025-03-01 18:44:29 +01:00
Manuel Weiser
1db74867e6
refactor: update labels and input types for better clarity and functionality
2025-03-01 18:44:17 +01:00
Manuel Weiser
0f24a63d32
added Discord Server
2025-03-01 15:33:39 +01:00
Manuel Weiser
3640809502
update documentation for clarity and accuracy
2025-03-01 13:04:28 +01:00
Manuel Weiser
289d5357be
docs: update changelog and header for version v1.4.0
v1.4.0
2025-03-01 12:46:18 +01:00
Manuel Weiser
315530d1ea
update NFC tag references to include NTAG213 and clarify storage capacity
2025-03-01 12:45:55 +01:00
Manuel Weiser
f36773a4c4
bump version to 1.4.0
2025-03-01 12:37:50 +01:00
Manuel Weiser
b35163936f
add support for Spoolman Octoprint Plugin in README files
2025-03-01 12:33:26 +01:00
Manuel Weiser
7a2c9d6d17
add OctoPrint integration with configurable fields and update functionality
2025-03-01 12:18:33 +01:00
Manuel Weiser
eb2a8dc128
add version comparison function and check for outdated versions before updates
2025-03-01 12:18:21 +01:00