1 parent 2cf5d5e commit 4d137bfCopy full SHA for 4d137bf
1 file changed
src/espbridge/commands.h
@@ -10,8 +10,8 @@
10
// above stays the hard compatibility gate; this one signals feature parity.
11
// tests/test_contract_sync.py enforces the lockstep.
12
#define FW_VERSION_MAJOR 0
13
-#define FW_VERSION_MINOR 11
14
-#define FW_VERSION_PATCH 6
+#define FW_VERSION_MINOR 12
+#define FW_VERSION_PATCH 0
15
16
// Frame (logical, pre-COBS):
17
// flags u8 | seq u8 | cmd u16 BE | payload .. | crc16 BE
0 commit comments