From 0bc247e6ba15a00184d9df5fafba094bc06ea202 Mon Sep 17 00:00:00 2001 From: Joshua Mesilane Date: Mon, 11 May 2026 11:35:49 +1000 Subject: [PATCH] Revert firmware version as we don't have default region support yet and it's preventing companions from configuring the experimental settings page (2 byte paths) --- src/pymc_core/companion/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pymc_core/companion/constants.py b/src/pymc_core/companion/constants.py index 63cd292..d2f8090 100644 --- a/src/pymc_core/companion/constants.py +++ b/src/pymc_core/companion/constants.py @@ -98,7 +98,7 @@ class BinaryReqType(IntEnum): # CMD_SEND_ANON_REQ (owner requests, etc.) is supported. # 10+ provides support for multi-byte path lengths. # 11+ adds channel binary datagrams and default flood scope commands. -FIRMWARE_VER_CODE = 11 +FIRMWARE_VER_CODE = 10 # --------------------------------------------------------------------------- # Commands (app -> radio)