We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d3a1f8 commit 424a8a5Copy full SHA for 424a8a5
examples/GetTime/GetTime.ino
@@ -28,7 +28,7 @@ void setup(){
28
}
29
30
void loop(){
31
- CellularLocation location = cellular.getGPSLocation(10000);
+ Geolocation location = cellular.getGPSLocation(10000);
32
33
if(location.latitude == 0.0 && location.longitude == 0.0){
34
Serial.println("Failed to get GPS location");
0 commit comments