Skip to content

Commit 73d98bd

Browse files
committed
Bump version to 1.10.5
1 parent dabf545 commit 73d98bd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to the Pressboi firmware will be documented in this file.
44

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
11+
512
## [1.10.1] - 2025-11-20
613

714
### Added

inc/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
* @name General System Behavior
4747
* @{
4848
*/
49-
#define FIRMWARE_VERSION "1.10.4" ///< Pressboi firmware version
49+
#define FIRMWARE_VERSION "1.10.5" ///< Pressboi firmware version
5050
#define STATUS_MESSAGE_BUFFER_SIZE 256 ///< Standard buffer size for composing status and error messages.
5151
/** @} */
5252

0 commit comments

Comments
 (0)