diff --git a/src/app/TCPClient.h b/src/app/TCPClient.h index 582c6bc..231c96a 100644 --- a/src/app/TCPClient.h +++ b/src/app/TCPClient.h @@ -22,8 +22,8 @@ class TCPClient WiFiClient _client; uint8_t *_data; //The actual data - uint16_t _dataSize; //The logic size of the data contained - uint16_t _dataBufferSize; //The physic size of the buffer + uint16_t _dataSize; //The logical size of the data contained + uint16_t _dataBufferSize; //The physical size of the buffer boolean _newDataAvailable; uint8_t _id;