From 4990a7ff25440ef5dad70043d74d62612193087b Mon Sep 17 00:00:00 2001 From: Th3maz1ng Date: Sat, 25 Apr 2020 12:00:29 +0200 Subject: [PATCH] Corrected some comments --- src/app/TCPClient.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;