You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//time.Sleep(100* time.Millisecond) // pause and wait for the GPS to finish configuring itself before closing / reopening the port
309
312
310
-
311
313
ifglobalStatus.GPS_detected_type==GPS_TYPE_UBX9 {
312
314
ifglobalSettings.DEBUG {
313
315
log.Printf("ublox 9 detected\n")
@@ -400,6 +402,7 @@ func initGPSSerial() bool {
400
402
// Re-open port at newly configured baud so we can read messages. ReadTimeout is set to keep from blocking the gpsSerialReader() on misconfigures or ttyAMA disconnects
0 commit comments