Skip to content

Commit f81c535

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ArduinoCellular.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ class ArduinoCellular {
136136
* @param timeout The timeout (In milliseconds) to wait for the GPS location.
137137
* @return The GPS location. If the location is not retrieved, the latitude and longitude will be 0.0.
138138
*/
139-
CellularLocation getGPSLocation(unsigned long timeout = 60000);
139+
Geolocation getGPSLocation(unsigned long timeout = 60000);
140140

141141
/**
142142
* @brief Gets the current time from the network.

0 commit comments

Comments
 (0)