add variable comment

This commit is contained in:
Phat Nguyen
2024-09-23 06:51:01 +07:00
parent 12c6ec9910
commit 2a6fce674e

View File

@ -45,6 +45,11 @@ private:
uint8_t readBuffer[package_size];
uint8_t readBufferIndex = 0;
/**
* Save last time received package success. 0 to disable check package
* timeout.
*/
unsigned long lastPackage = 0;
bool _connected;