mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-28 16:07:16 +02:00
pms disconnected log
This commit is contained in:
@ -151,6 +151,7 @@ void PMSBase::readPackage(Stream *serial) {
|
|||||||
if (ms >= READ_PACKGE_TIMEOUT) {
|
if (ms >= READ_PACKGE_TIMEOUT) {
|
||||||
lastPackage = 0;
|
lastPackage = 0;
|
||||||
_connected = false;
|
_connected = false;
|
||||||
|
Serial.println("PMS disconnected");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user