mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-03 23:24:59 -04:00
Added better teardown handling on RNodeInterfaces
This commit is contained in:
parent
34cdd4bf0f
commit
40cd961eab
2 changed files with 10 additions and 0 deletions
|
@ -56,6 +56,8 @@ class KISS():
|
|||
CMD_FB_EXT = 0x41
|
||||
CMD_FB_READ = 0x42
|
||||
CMD_FB_WRITE = 0x43
|
||||
CMD_FB_READL = 0x44
|
||||
CMD_BT_CTRL = 0x45
|
||||
CMD_PLATFORM = 0x48
|
||||
CMD_MCU = 0x49
|
||||
CMD_FW_VERSION = 0x50
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue