From 1e78710bb7af26036ebeb4b0a3d7f79f6c333ae8 Mon Sep 17 00:00:00 2001 From: Renato Bonomini Date: Thu, 26 Nov 2020 17:59:19 -0800 Subject: [PATCH] fix(gps): updated default speed to 115k2 --- src/bonogps.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bonogps.cpp b/src/bonogps.cpp index 47dc19f..c871104 100644 --- a/src/bonogps.cpp +++ b/src/bonogps.cpp @@ -92,7 +92,7 @@ #define BONOGPS_FIRMWARE_VER GIT_REV #else // the following define is needed to display version when building this with the Arduino IDE -#define BONOGPS_FIRMWARE_VER "v0.1" +#define BONOGPS_FIRMWARE_VER "v0.1.1" #endif // Bonjour DNS name, access the GPS configuration page by appending .local as DNS #define BONOGPS_MDNS "bonogps" @@ -129,7 +129,7 @@ // GPS port on UART2 #define gpsPort Serial2 -#define GPS_STANDARD_BAUD_RATE 57600 +#define GPS_STANDARD_BAUD_RATE 115200 // Min size of a NMEA message #define MIN_NMEA_MESSAGE_SIZE 6