From 5db1adb5ea1937cf3343f0d4347a61f5cabd20ed Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Sat, 23 May 2020 21:01:21 +0200 Subject: [PATCH] #defines for serial speeds --- Config.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Config.h b/Config.h index c540fa1..572f0e0 100644 --- a/Config.h +++ b/Config.h @@ -36,7 +36,9 @@ // #define EXTERNAL_OSC 19200000 // Use a higher baudrate for host communication. Required for FM network ! -// #define SERIAL_SPEED 230400 +#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 will works with this +// #define SERIAL_SPEED 460800 // Experimantal // Allow the use of the COS line to lockout the modem // #define USE_COS_AS_LOCKOUT