Corrected some comments
This commit is contained in:
parent
674577605d
commit
4990a7ff25
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user