We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 206b3f4 commit 5cab3caCopy full SHA for 5cab3ca
src/ArduinoCellular.h
@@ -137,13 +137,6 @@ class ArduinoCellular {
137
*/
138
Location getGPSLocation(unsigned long timeout = 60000);
139
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
-
147
/**
148
* @brief Gets the current time from the network.
149
* @return The current time.
0 commit comments