Update main.h add DISABLED, CARRIER, and DTMF-APRS values

release
Alan Johnston 1 year ago committed by GitHub
parent 7073e21ff9
commit 6cdce0a6d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -60,6 +60,9 @@
#define OFF - 1 #define OFF - 1
#define ON 1 #define ON 1
#define CHECK 0 #define CHECK 0
#define DISABLED 0
#define CARRIER 1
#define DTMF-APRS 2
uint32_t tx_freq_hz = 434900000 + FREQUENCY_OFFSET; uint32_t tx_freq_hz = 434900000 + FREQUENCY_OFFSET;
uint8_t data[1024]; uint8_t data[1024];

Loading…
Cancel
Save

Powered by TurnKey Linux.