minor cleaning

This commit is contained in:
richonguzman 2024-05-14 01:18:21 -04:00
parent e643cf9ac3
commit 6f8e91e343
1 changed files with 0 additions and 1 deletions

View File

@ -365,7 +365,6 @@ namespace MSG_Utils {
String deltaTimeString = packet25SegBuffer[0].substring(0, packet25SegBuffer[0].indexOf(","));
uint32_t deltaTime = deltaTimeString.toInt();
if ((millis() - deltaTime) > 25 * 1000) {
Serial.println(packet25SegBuffer[0]);
packet25SegBuffer.erase(packet25SegBuffer.begin());
}
}