added a little delay
This commit is contained in:
parent
c9356449d4
commit
195c351b1b
|
|
@ -243,6 +243,8 @@ void Adafruit_GPS::begin(uint16_t baud)
|
|||
{
|
||||
if(gpsSwSerial) gpsSwSerial->begin(baud);
|
||||
else gpsHwSerial->begin(baud);
|
||||
|
||||
delay(10);
|
||||
}
|
||||
|
||||
void Adafruit_GPS::sendCommand(char *str) {
|
||||
|
|
@ -368,4 +370,4 @@ boolean Adafruit_GPS::wakeup(void) {
|
|||
else {
|
||||
return false; // Returns false if not in standby mode, nothing to wakeup
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue