Browse Source

Fix BG96 unused argument

Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
dependabot/github_actions/actions/checkout-4
Sara Damiano 3 years ago
parent
commit
60a88ef89e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/TinyGsmClientBG96.h

+ 1
- 1
src/TinyGsmClientBG96.h View File

@ -484,7 +484,7 @@ class TinyGsmBG96 : public TinyGsmModem<TinyGsmBG96>,
* NTP server functions * NTP server functions
*/ */
byte NTPServerSyncImpl(String server = "pool.ntp.org", byte TimeZone = 3) {
byte NTPServerSyncImpl(String server = "pool.ntp.org", byte) {
// Request network synchronization // Request network synchronization
// AT+QNTP=<contextID>,<server>[,<port>][,<autosettime>] // AT+QNTP=<contextID>,<server>[,<port>][,<autosettime>]
sendAT(GF("+QNTP=1,\""), server, '"'); sendAT(GF("+QNTP=1,\""), server, '"');


Loading…
Cancel
Save