From 54f4dcabf0fb82863182fd679fd291f73c453317 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Tue, 24 Nov 2020 16:22:14 +0000 Subject: [PATCH] Increase serial speed to 460800. --- Config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Config.h b/Config.h index 5568111..a6d60a3 100644 --- a/Config.h +++ b/Config.h @@ -67,9 +67,9 @@ // #define EXTERNAL_OSC 19200000 // Use a higher baudrate for host communication. Required for FM network ! -#define SERIAL_SPEED 115200 //suitable for most older boards (Arduino, Due STM32F1_POG etc). External FM will NOT work with this ! +// #define SERIAL_SPEED 115200 //suitable for most older boards (Arduino, Due STM32F1_POG etc). External FM will NOT work with this ! // #define SERIAL_SPEED 230400 // Only works on newer board M4, M7, Teensy. External FM might work with this -// #define SERIAL_SPEED 460800 // Only works on newer board M4, M7, Teensy. External FM should work with this +#define SERIAL_SPEED 460800 // Only works on newer board M4, M7, Teensy. External FM should work with this // Allow the use of the COS line to lockout the modem // #define USE_COS_AS_LOCKOUT