Skip to content

Commit

Permalink
Use Geolocation instead of Cellularlocation
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Romero <s.romero.zh@gmail.com>
  • Loading branch information
pennam and sebromero authored May 8, 2024
1 parent 1dc8423 commit f81c535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ArduinoCellular.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class ArduinoCellular {
* @param timeout The timeout (In milliseconds) to wait for the GPS location.
* @return The GPS location. If the location is not retrieved, the latitude and longitude will be 0.0.
*/
CellularLocation getGPSLocation(unsigned long timeout = 60000);
Geolocation getGPSLocation(unsigned long timeout = 60000);

/**
* @brief Gets the current time from the network.
Expand Down

0 comments on commit f81c535

Please # to comment.