Add SEND_ADC2 command definition

This commit is contained in:
dak664 2010-02-11 18:37:21 +00:00
parent 6a2d1c057a
commit 97ea7b0376

View File

@ -56,6 +56,7 @@
#define NULL_CMD (0)
#define SEND_TEMP (0x80)
#define SEND_PING (0x81)
#define SEND_ADC2 (0x82)
/** \} */
/** \name These are the Radio to GUI binary commands. */