mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-05 05:40:14 +00:00
Updated bluetooth control commands for RNode interface
This commit is contained in:
parent
f03cf34370
commit
45ae66e9bf
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user