Add SEND_ADC2 command definition
This commit is contained in:
parent
6a2d1c057a
commit
97ea7b0376
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@
|
||||||
#define NULL_CMD (0)
|
#define NULL_CMD (0)
|
||||||
#define SEND_TEMP (0x80)
|
#define SEND_TEMP (0x80)
|
||||||
#define SEND_PING (0x81)
|
#define SEND_PING (0x81)
|
||||||
|
#define SEND_ADC2 (0x82)
|
||||||
/** \} */
|
/** \} */
|
||||||
|
|
||||||
/** \name These are the Radio to GUI binary commands. */
|
/** \name These are the Radio to GUI binary commands. */
|
||||||
|
|
Loading…
Reference in a new issue