1.14 changes merge

This commit is contained in:
liquidraver
2026-03-06 07:56:17 +01:00
parent 06aed018c3
commit 76b87292c3
5 changed files with 77 additions and 4 deletions
+1 -1
View File
@@ -1856,7 +1856,7 @@ bool CompanionMesh::handleProtocolFrame(const uint8_t *data, size_t len)
#endif
static const uint8_t fw_build[12] = FIRMWARE_BUILD_DATE;
static const uint8_t model[40] = CONFIG_ZEPHCORE_BOARD_NAME;
static const uint8_t version[20] = "v1.13.0-zephyr";
static const uint8_t version[20] = "v1.14.0-zephyr";
uint8_t rsp[82];
rsp[0] = PACKET_DEVICE_INFO;
rsp[1] = 10; // FIRMWARE_VER_CODE - v10 = path_hash_mode support