Skip to content

Commit

Permalink
Incorporated fixes from other PR
Browse files Browse the repository at this point in the history
Fixes from vshymanskyy#642
  • Loading branch information
jrlanoisTA2023 committed Jan 12, 2024
1 parent 65052fe commit 2b54361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TinyGsmClientUBLOX.h
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ class TinyGsmUBLOX : public TinyGsmModem<TinyGsmUBLOX>,
* I2C port, the GSM-based "Cell Locate" location will be returned instead.
*/
protected:
bool enableGPSImpl() {
bool enableGPSImpl(GpsStartMode startMode = GPS_START_AUTO) { // From https://github.com/vshymanskyy/TinyGSM/pull/642
// AT+UGPS=<mode>[,<aid_mode>[,<GNSS_systems>]]
// <mode> - 0: GNSS receiver powered off, 1: on
// <aid_mode> - 0: no aiding (default)
Expand Down

0 comments on commit 2b54361

Please sign in to comment.