mirror of
https://github.com/meshtastic/firmware.git
synced 2025-05-07 14:08:51 +00:00
Increase GPS detection timeout slightly
This commit is contained in:
parent
79cfc4b725
commit
a61f969773
@ -892,7 +892,7 @@ GnssModel_t GPS::probe(int serialSpeed)
|
|||||||
clearBuffer();
|
clearBuffer();
|
||||||
_serial_gps->write(cfg_rate, sizeof(cfg_rate));
|
_serial_gps->write(cfg_rate, sizeof(cfg_rate));
|
||||||
// Check that the returned response class and message ID are correct
|
// Check that the returned response class and message ID are correct
|
||||||
if (!getAck(buffer, sizeof(buffer), 0x06, 0x08, 750)) {
|
if (!getAck(buffer, sizeof(buffer), 0x06, 0x08, 1000)) {
|
||||||
LOG_WARN("Failed to find UBlox & MTK GNSS Module using baudrate %d\n", serialSpeed);
|
LOG_WARN("Failed to find UBlox & MTK GNSS Module using baudrate %d\n", serialSpeed);
|
||||||
return GNSS_MODEL_UNKNOWN;
|
return GNSS_MODEL_UNKNOWN;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user