From 2b54361df4f38e7e2893b34eb37730bdd56301f5 Mon Sep 17 00:00:00 2001 From: jrlanoisTA2023 <156359243+jrlanoisTA2023@users.noreply.github.com> Date: Fri, 12 Jan 2024 09:53:15 -0600 Subject: [PATCH] Incorporated fixes from other PR Fixes from https://github.com/vshymanskyy/TinyGSM/pull/642 --- src/TinyGsmClientUBLOX.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TinyGsmClientUBLOX.h b/src/TinyGsmClientUBLOX.h index cf600402..78b8bfda 100644 --- a/src/TinyGsmClientUBLOX.h +++ b/src/TinyGsmClientUBLOX.h @@ -434,7 +434,7 @@ class TinyGsmUBLOX : public TinyGsmModem, * 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=[,[,]] // - 0: GNSS receiver powered off, 1: on // - 0: no aiding (default)