You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
3
3
All notable changes to the Pressboi firmware will be documented in this file.
4
4
5
+
## [1.10.5] - 2025-11-21
6
+
7
+
### Fixed
8
+
-**TX queue overflow during log dumps**: Temporarily disable watchdog during `dump_error_log` command to prevent resets during large log transfers (100+ entries can take >500ms, exceeding 100ms watchdog timeout)
9
+
-**Log dump reliability**: Added 5ms delay per error entry and 50ms delay every 10 heartbeat entries to prevent TX queue overflow errors
10
+
- Watchdog disabled only for diagnostic `dump_error_log` command, maintains watchdog integrity for all normal operations
0 commit comments