Fixed missing command definition

This commit is contained in:
Mark Qvist 2023-10-08 18:02:38 +02:00
parent 40281d5403
commit 1abacca9bf
2 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,7 @@ class KISS():
CMD_FB_EXT = 0x41
CMD_FB_READ = 0x42
CMD_FB_WRITE = 0x43
CMD_BT_CTRL = 0x46
CMD_PLATFORM = 0x48
CMD_MCU = 0x49
CMD_FW_VERSION = 0x50

View File

@ -59,6 +59,7 @@ class KISS():
CMD_FB_EXT = 0x41
CMD_FB_READ = 0x42
CMD_FB_WRITE = 0x43
CMD_BT_CTRL = 0x46
CMD_PLATFORM = 0x48
CMD_MCU = 0x49
CMD_FW_VERSION = 0x50