Skip to content

Commit

Permalink
reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
fzellini committed May 31, 2024
1 parent bb7bd0c commit b4d27f9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/gps/GPS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1321,14 +1321,6 @@ GPS *GPS::createGps()
*/
#if defined(GPS_UC6580)
_serial_gps->updateBaudRate(115200);
#endif
#if defined(GPS_L76K)
/*
* L76K default baudrate is 9600
* https://www.waveshare.com/wiki/L76K_GPS_Module
*/

_serial_gps->updateBaudRate(9600);
#endif
}
return new_gps;
Expand Down

0 comments on commit b4d27f9

Please sign in to comment.