Skip to content

Commit 60a88ef

Browse files
committed
Fix BG96 unused argument
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
1 parent 78130df commit 60a88ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TinyGsmClientBG96.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ class TinyGsmBG96 : public TinyGsmModem<TinyGsmBG96>,
484484
* NTP server functions
485485
*/
486486

487-
byte NTPServerSyncImpl(String server = "pool.ntp.org", byte TimeZone = 3) {
487+
byte NTPServerSyncImpl(String server = "pool.ntp.org", byte) {
488488
// Request network synchronization
489489
// AT+QNTP=<contextID>,<server>[,<port>][,<autosettime>]
490490
sendAT(GF("+QNTP=1,\""), server, '"');

0 commit comments

Comments
 (0)