mirror of
https://github.com/g4klx/MMDVM_HS.git
synced 2026-04-04 22:17:23 +00:00
Adding RSSI support for ADF7021, and RSSI for DStar and DMR
This commit is contained in:
parent
d1976f1049
commit
7d40e245bd
9 changed files with 197 additions and 66 deletions
5
Config.h
5
Config.h
|
|
@ -23,7 +23,7 @@
|
|||
#define ENABLE_ADF7021
|
||||
|
||||
// Bidirectional Data pin (Enable Standard TX/RX Data Interface of ADF7021)
|
||||
#define BIDIR_DATA_PIN
|
||||
// #define BIDIR_DATA_PIN
|
||||
|
||||
// TCXO of the ADF7021:
|
||||
// For 14.7456 MHz:
|
||||
|
|
@ -37,6 +37,9 @@
|
|||
//#define STM32_USART1_HOST
|
||||
#define STM32_USB_HOST
|
||||
|
||||
// Send RSSI value
|
||||
// #define SEND_RSSI_DATA
|
||||
|
||||
// Enable Nextion LCD serial port repeater:
|
||||
//#define SERIAL_REPEATER
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue