Fix accidentally deleted mux

Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
This commit is contained in:
Sara Damiano
2020-02-18 23:00:56 -05:00
parent a949358212
commit 5865622784

View File

@@ -73,7 +73,7 @@ class TinyGsmM95 : public TinyGsmModem<TinyGsmM95>,
init(&modem, mux);
}
bool init(TinyGsmM95* modem, uint8_t 0) {
bool init(TinyGsmM95* modem, uint8_t mux = 0) {
this->at = modem;
sock_available = 0;
sock_connected = false;