Fix serial port bug and several small changes

This commit is contained in:
Andy CA6JAU 2017-02-02 22:08:59 -03:00
parent 66fe701251
commit 39de090f19
30 changed files with 103 additions and 51 deletions

View file

@ -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