Skip to content

Commit 3c75895

Browse files
pennamsebromero
andauthored
Use Geolocation instead of Cellularlocation
Co-authored-by: Sebastian Romero <[email protected]>
1 parent ccb5e06 commit 3c75895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ArduinoCellular.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Geolocation ArduinoCellular::getGPSLocation(unsigned long timeout){
9898
delay(1000);
9999
}
100100

101-
CellularLocation loc;
101+
Geolocation loc;
102102
loc.latitude = latitude;
103103
loc.longitude = longitude;
104104

0 commit comments

Comments
 (0)