mirror of
https://github.com/g4klx/MMDVM_HS.git
synced 2026-04-04 22:17:23 +00:00
Adding 19.68 MHz TCXO support
This commit is contained in:
parent
7d6d179846
commit
d71b7aa053
4 changed files with 186 additions and 67 deletions
8
Config.h
8
Config.h
|
|
@ -20,13 +20,17 @@
|
|||
#define CONFIG_H
|
||||
|
||||
// Enable ADF7021 support:
|
||||
#define ADF7021
|
||||
#define ENABLE_ADF7021
|
||||
|
||||
// TCXO of the ADF7021:
|
||||
#define ADF7021_14_7456
|
||||
// #define ADF7021_19_6800
|
||||
|
||||
// Host communication selection:
|
||||
//#define STM32_USART1_HOST
|
||||
#define STM32_USB_HOST
|
||||
|
||||
// Enable Nextion LCD serial port repeater:
|
||||
#define SERIAL_REPEATER
|
||||
//#define SERIAL_REPEATER
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue