Sara Damiano
2019-05-06 15:03:23 -04:00
parent 19c377b68a
commit e18c5dacbd
8 changed files with 81 additions and 65 deletions

View File

@@ -161,10 +161,10 @@ public:
String remoteIP() TINY_GSM_ATTR_NOT_IMPLEMENTED;
private:
TinyGsmM590* at;
uint8_t mux;
bool sock_connected;
RxFifo rx;
TinyGsmM590* at;
uint8_t mux;
bool sock_connected;
RxFifo rx;
};