From 45ae66e9bf0de118b956b749307e8aaa032c7431 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Tue, 1 Nov 2022 20:27:41 +0100 Subject: [PATCH] Updated bluetooth control commands for RNode interface --- RNS/Interfaces/Android/RNodeInterface.py | 4 ++-- RNS/Interfaces/RNodeInterface.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RNS/Interfaces/Android/RNodeInterface.py b/RNS/Interfaces/Android/RNodeInterface.py index 6b54dee..b391258 100644 --- a/RNS/Interfaces/Android/RNodeInterface.py +++ b/RNS/Interfaces/Android/RNodeInterface.py @@ -57,7 +57,7 @@ class KISS(): CMD_FB_READ = 0x42 CMD_FB_WRITE = 0x43 CMD_FB_READL = 0x44 - CMD_BT_CTRL = 0x45 + CMD_BT_CTRL = 0x46 CMD_PLATFORM = 0x48 CMD_MCU = 0x49 CMD_FW_VERSION = 0x50 @@ -98,7 +98,7 @@ class RNodeInterface(Interface): CALLSIGN_MAX_LEN = 32 REQUIRED_FW_VER_MAJ = 1 - REQUIRED_FW_VER_MIN = 50 + REQUIRED_FW_VER_MIN = 51 RECONNECT_WAIT = 5 diff --git a/RNS/Interfaces/RNodeInterface.py b/RNS/Interfaces/RNodeInterface.py index 813ea2e..ea704e5 100644 --- a/RNS/Interfaces/RNodeInterface.py +++ b/RNS/Interfaces/RNodeInterface.py @@ -94,7 +94,7 @@ class RNodeInterface(Interface): CALLSIGN_MAX_LEN = 32 REQUIRED_FW_VER_MAJ = 1 - REQUIRED_FW_VER_MIN = 50 + REQUIRED_FW_VER_MIN = 51 RECONNECT_WAIT = 5