Skip to content

Commit

Permalink
changed GPS buad rate to 9600
Browse files Browse the repository at this point in the history
  • Loading branch information
Stu Rowley committed Jan 1, 2025
1 parent 9abd07b commit 36fbeff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variants/canaryone/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ static const uint8_t A0 = PIN_A0;
*/
#define HAS_GPS 1
#define GPS_UBLOX
#define GPS_BAUDRATE 38400
#define GPS_BAUDRATE 9600

// #define PIN_GPS_WAKE (GPIO_PORT1 + 2) // An output to wake GPS, low means allow sleep, high means force wake
// Seems to be missing on this new board
Expand Down

0 comments on commit 36fbeff

Please sign in to comment.