mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-06-22 21:34:22 -04:00
Various fixes
This commit is contained in:
parent
ef36e43e96
commit
a4ce3fca41
5 changed files with 15 additions and 7 deletions
7
device.h
7
device.h
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue