Fixed JSON

This commit is contained in:
SRGDamia1
2018-02-23 14:30:58 -05:00
parent 2fc7774b39
commit 9f82293d70
4 changed files with 16 additions and 16 deletions

View File

@@ -170,10 +170,10 @@ public:
String remoteIP() TINY_GSM_ATTR_NOT_IMPLEMENTED;
private:
TinyGsmESP8266* at;
uint8_t mux;
bool sock_connected;
RxFifo rx;
TinyGsmESP8266* at;
uint8_t mux;
bool sock_connected;
RxFifo rx;
};
//============================================================================//