Skip to content

Commit

Permalink
fix(gps): updated default speed to 115k2
Browse files Browse the repository at this point in the history
  • Loading branch information
Renato Bonomini committed Nov 27, 2020
1 parent 63c4dba commit 1e78710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bonogps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 1e78710

Please sign in to comment.