mirror of
https://github.com/g4klx/MMDVM_HS.git
synced 2026-04-04 22:17:23 +00:00
Fix serial port bug and several small changes
This commit is contained in:
parent
66fe701251
commit
39de090f19
30 changed files with 103 additions and 51 deletions
5
Config.h
5
Config.h
|
|
@ -19,11 +19,14 @@
|
|||
#if !defined(CONFIG_H)
|
||||
#define CONFIG_H
|
||||
|
||||
// Enable ADF7021 support:
|
||||
#define ADF7021
|
||||
|
||||
// Host communication selection:
|
||||
//#define STM32_USART1_HOST
|
||||
#define STM32_USB_HOST
|
||||
|
||||
//#define SERIAL_REPEATER
|
||||
// Enable Nextion LCD serial port repeater:
|
||||
#define SERIAL_REPEATER
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue