From 60a88ef89ecb8505a737011009908e75a6d5d1e6 Mon Sep 17 00:00:00 2001 From: Sara Damiano Date: Fri, 14 May 2021 17:24:42 -0400 Subject: [PATCH] Fix BG96 unused argument Signed-off-by: Sara Damiano --- src/TinyGsmClientBG96.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TinyGsmClientBG96.h b/src/TinyGsmClientBG96.h index bcc6732..f0d7c6f 100644 --- a/src/TinyGsmClientBG96.h +++ b/src/TinyGsmClientBG96.h @@ -484,7 +484,7 @@ class TinyGsmBG96 : public TinyGsmModem, * NTP server functions */ - byte NTPServerSyncImpl(String server = "pool.ntp.org", byte TimeZone = 3) { + byte NTPServerSyncImpl(String server = "pool.ntp.org", byte) { // Request network synchronization // AT+QNTP=,[,][,] sendAT(GF("+QNTP=1,\""), server, '"');