added CMD_LOG, based on how it is defined in RNode_Firmware

pull/6/head
Alligitor 2025-04-25 17:40:34 +00:00
parent fb11c2a45d
commit 909ea1157b
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ class KISS():
CMD_ROM_WRITE = 0x52
CMD_CONF_SAVE = 0x53
CMD_CONF_DELETE = 0x54
CMD_LOG = 0x80
DETECT_REQ = 0x73
DETECT_RESP = 0x46
RADIO_STATE_OFF = 0x00