mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-08-02 11:36:22 -04:00
Added airtime limiting and channel timing stat reporting over serial/USB/bluetooth
This commit is contained in:
parent
f2e1791562
commit
eb7b5c6c26
5 changed files with 139 additions and 20 deletions
|
@ -33,6 +33,8 @@
|
|||
#define CMD_DETECT 0x08
|
||||
#define CMD_IMPLICIT 0x09
|
||||
#define CMD_LEAVE 0x0A
|
||||
#define CMD_ST_ALOCK 0x0B
|
||||
#define CMD_LT_ALOCK 0x0C
|
||||
#define CMD_PROMISC 0x0E
|
||||
#define CMD_READY 0x0F
|
||||
|
||||
|
@ -40,6 +42,7 @@
|
|||
#define CMD_STAT_TX 0x22
|
||||
#define CMD_STAT_RSSI 0x23
|
||||
#define CMD_STAT_SNR 0x24
|
||||
#define CMD_STAT_CHTM 0x25
|
||||
#define CMD_BLINK 0x30
|
||||
#define CMD_RANDOM 0x40
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue