Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Commit b70be05

Browse files
authored
Merge pull request #13 from bslosman/patch-1
Update Example4_BaseWithLCD.ino
2 parents 671230b + 0f89cdd commit b70be05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ZED-F9P/Example4_BaseWithLCD/Example4_BaseWithLCD.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ void setup()
110110
lcd.print(F("Survey start failed"));
111111
while (1);
112112
}
113-
Serial.println(F("Survey started. This will run until 300s has passed and less than 2m accuracy is achieved."));
113+
Serial.println(F("Survey started. This will run until 300s has passed and less than 5m accuracy is achieved."));
114114
}
115115

116116
while (Serial.available()) Serial.read(); //Clear buffer

0 commit comments

Comments
 (0)