Skip to content

Commit 4d137bf

Browse files
committed
Bump firmware version to 0.12.0 (version lockstep)
1 parent 2cf5d5e commit 4d137bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/espbridge/commands.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
// above stays the hard compatibility gate; this one signals feature parity.
1111
// tests/test_contract_sync.py enforces the lockstep.
1212
#define FW_VERSION_MAJOR 0
13-
#define FW_VERSION_MINOR 11
14-
#define FW_VERSION_PATCH 6
13+
#define FW_VERSION_MINOR 12
14+
#define FW_VERSION_PATCH 0
1515

1616
// Frame (logical, pre-COBS):
1717
// flags u8 | seq u8 | cmd u16 BE | payload .. | crc16 BE

0 commit comments

Comments
 (0)