Add prev_check variable for BG96

This commit is contained in:
Sara Damiano
2019-05-24 19:26:47 -04:00
parent 52e19b73ff
commit 66a65e2686

View File

@@ -62,6 +62,7 @@ public:
this->at = modem;
this->mux = mux;
sock_available = 0;
prev_check = 0;
sock_connected = false;
got_data = false;
@@ -118,6 +119,7 @@ private:
TinyGsmBG96* at;
uint8_t mux;
uint16_t sock_available;
uint32_t prev_check;
bool sock_connected;
bool got_data;
RxFifo rx;