Skip to content

Commit 424a8a5

Browse files
pennamsebromero
andauthored
Use Geolocation instead of Cellularlocation
Co-authored-by: Sebastian Romero <[email protected]>
1 parent 4d3a1f8 commit 424a8a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/GetTime/GetTime.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ void setup(){
2828
}
2929

3030
void loop(){
31-
CellularLocation location = cellular.getGPSLocation(10000);
31+
Geolocation location = cellular.getGPSLocation(10000);
3232

3333
if(location.latitude == 0.0 && location.longitude == 0.0){
3434
Serial.println("Failed to get GPS location");

0 commit comments

Comments
 (0)