Skip to content

Commit c1d2cc3

Browse files
committed
Clarify on API
1 parent c15b0fc commit c1d2cc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ArduinoCellular.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ class ArduinoCellular {
124124
bool isConnectedToInternet();
125125

126126
/**
127-
* @brief Enables or disables the GPS module.
127+
* @brief Enables or disables the GPS functionality.
128128
* @param assisted True to enable assisted GPS, false to disable it. Assist GPS uses the network to get the GPS location faster, so cellular needs to be enabled.
129-
* @return True if the GPS module is enabled, false otherwise.
129+
* @return True if GPS was enabled successfully, false otherwise.
130130
*/
131131
bool enableGPS(bool assisted = false);
132132

0 commit comments

Comments
 (0)