Skip to content

Commit ccb5e06

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

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
@@ -87,7 +87,7 @@ bool ArduinoCellular::connect(String apn, String username, String password){
8787
}
8888

8989

90-
CellularLocation ArduinoCellular::getGPSLocation(unsigned long timeout){
90+
Geolocation ArduinoCellular::getGPSLocation(unsigned long timeout){
9191
if (model == ModemModel::EG25){
9292
float latitude = 0.00000;
9393
float longitude = 0.00000;

0 commit comments

Comments
 (0)