From 97a72f5b7fbfb75bcd54ca0cfa328ccf6b1ce20f Mon Sep 17 00:00:00 2001 From: Andy CA6JAU Date: Mon, 12 Feb 2018 10:45:38 -0300 Subject: [PATCH] Fix Config.h overwrite for previous commit --- Config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Config.h b/Config.h index 37bfb5d..b201991 100644 --- a/Config.h +++ b/Config.h @@ -39,7 +39,7 @@ // #define USE_COS_AS_LOCKOUT // Use pins to output the current mode -#define ARDUINO_MODE_PINS +// #define ARDUINO_MODE_PINS // For the original Arduino Due pin layout // #define ARDUINO_DUE_PAPA @@ -54,7 +54,7 @@ // #define ARDUINO_DUE_NTH // For ST Nucleo-64 STM32F446RE board -#define STM32F4_NUCLEO_MORPHO_HEADER +// #define STM32F4_NUCLEO_MORPHO_HEADER // #define STM32F4_NUCLEO_ARDUINO_HEADER // Use separate mode pins to switch external filters/bandwidth for example @@ -64,6 +64,6 @@ // #define SEND_RSSI_DATA // Use the modem as a serial repeater for Nextion displays -#define SERIAL_REPEATER +// #define SERIAL_REPEATER #endif