Skip to content

Commit

Permalink
Fixed missing command definition
Browse files Browse the repository at this point in the history
  • Loading branch information
markqvist committed Oct 8, 2023
1 parent 40281d5 commit 1abacca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions RNS/Interfaces/Android/RNodeInterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions RNS/Interfaces/RNodeInterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1abacca

Please sign in to comment.