Skip to content

Commit 5cab3ca

Browse files
committed
Remove dummy function
1 parent 206b3f4 commit 5cab3ca

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/ArduinoCellular.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,6 @@ class ArduinoCellular {
137137
*/
138138
Location getGPSLocation(unsigned long timeout = 60000);
139139

140-
/**
141-
* @brief Gets the cellular location. (Blocking call)
142-
* @param timeout The timeout (In milliseconds) to wait for the cellular location.
143-
* @return The cellular location. If the location is not retrieved, the latitude and longitude will be 0.0.
144-
*/
145-
Location getCellularLocation(unsigned long timeout = 10000);
146-
147140
/**
148141
* @brief Gets the current time from the network.
149142
* @return The current time.

0 commit comments

Comments
 (0)