Skip to content

Commit 1dc8423

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ArduinoCellular.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class SMS {
7171
* @struct Geolocation
7272
* @brief Represents a geographic location with latitude and longitude coordinates.
7373
*/
74-
struct CellularLocation {
74+
struct Geolocation {
7575
float latitude; /**< The latitude coordinate of the location. */
7676
float longitude; /**< The longitude coordinate of the location. */
7777
};

0 commit comments

Comments
 (0)