mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-30 00:47:17 +02:00
add variable comment
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user