From 8240225371d5fbffab9246714ff05cb54fd61b67 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Wed, 11 Nov 2020 17:11:22 +0000 Subject: [PATCH] Set the Config.h defaults correctly for the ZUM v0.9 board. --- Config.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Config.h b/Config.h index 49172af..9f2e74c 100644 --- a/Config.h +++ b/Config.h @@ -58,7 +58,7 @@ // Frequencies such as 10.0 Mhz (48000 * 208.333) or 20 Mhz (48000 * 416.666) are not suitable. // // For 12 MHz -#define EXTERNAL_OSC 12000000 +// #define EXTERNAL_OSC 12000000 // For 12.288 MHz // #define EXTERNAL_OSC 12288000 // For 14.4 MHz @@ -75,7 +75,7 @@ // #define USE_COS_AS_LOCKOUT // Use pins to output the current mode via LEDs -// #define MODE_LEDS +#define MODE_LEDS // For the original Arduino Due pin layout // #define ARDUINO_DUE_PAPA @@ -85,7 +85,7 @@ #define STM32F1_POG #else // For the ZUM V1.0 and V1.0.1 boards pin layout -#define ARDUINO_DUE_ZUM_V10 +// #define ARDUINO_DUE_ZUM_V10 #endif // For the SP8NTH board @@ -102,10 +102,10 @@ // #define VK6MST_TEENSY_PI3_SHIELD_I2C // Pass RSSI information to the host -// #define SEND_RSSI_DATA +#define SEND_RSSI_DATA // Use the modem as a serial repeater for Nextion displays -// #define SERIAL_REPEATER +#define SERIAL_REPEATER // To reduce CPU load, you can remove the DC blocker by commenting out the next line #define USE_DCBLOCKER