mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Increase the delay to 1500 to allow enough time for T114 GPS to start up successfully.
This commit is contained in:
parent
f9c0056955
commit
a950343f05
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ bool T114SensorManager::begin() {
|
|||
digitalWrite(GPS_EN, HIGH); // Power on GPS
|
||||
|
||||
// Give GPS a moment to power up and send data
|
||||
delay(500);
|
||||
delay(1500);
|
||||
|
||||
// We'll consider GPS detected if we see any data on Serial1
|
||||
gps_detected = (Serial1.available() > 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue