Stop does not need to be virtual at this time

This commit is contained in:
Sara Damiano
2020-02-17 17:22:39 -05:00
parent cca1418882
commit 5296cd58cb
17 changed files with 48 additions and 48 deletions

View File

@@ -92,7 +92,7 @@ class TinyGsmBG96 : public TinyGsmModem<TinyGsmBG96>,
}
TINY_GSM_CLIENT_CONNECT_OVERRIDES
virtual void stop(uint32_t maxWaitMs) {
void stop(uint32_t maxWaitMs) {
dumpModemBuffer(maxWaitMs);
at->sendAT(GF("+QICLOSE="), mux);
sock_connected = false;