Various fixes

This commit is contained in:
Mark Qvist 2014-12-19 00:50:14 +01:00
parent ef36e43e96
commit a4ce3fca41
5 changed files with 15 additions and 7 deletions

View file

@ -8,7 +8,8 @@
#define F_CPU 16000000
#define FREQUENCY_CORRECTION 0
// ADC Reference settings
// ADC settings
#define OPEN_SQUELCH false
#define ADC_REFERENCE REF_3V3
// OR
//#define ADC_REFERENCE REF_5V
@ -17,9 +18,9 @@
#define CONFIG_AFSK_DAC_SAMPLERATE 9600
// Serial protocol settings
//#define SERIAL_PROTOCOL PROTOCOL_KISS
#define SERIAL_PROTOCOL PROTOCOL_KISS
// OR
#define SERIAL_PROTOCOL PROTOCOL_SIMPLE_SERIAL
//#define SERIAL_PROTOCOL PROTOCOL_SIMPLE_SERIAL
// AX25 settings
#if SERIAL_PROTOCOL == PROTOCOL_SIMPLE_SERIAL