Stop does not need to be virtual at this time
This commit is contained in:
@@ -51,7 +51,7 @@ class TinyGsmSSL {
|
||||
: GsmClientSim800(modem, mux) {}
|
||||
|
||||
public:
|
||||
int connect(const char* host, uint16_t port, int timeout_s) {
|
||||
int connect(const char* host, uint16_t port, int timeout_s) overide {
|
||||
stop();
|
||||
TINY_GSM_YIELD();
|
||||
rx.clear();
|
||||
|
||||
Reference in New Issue
Block a user