Skip to content

Commit

Permalink
minor code cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
richonguzman committed Nov 16, 2024
1 parent 57f720b commit 0360085
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/station_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ namespace STATION_Utils {
Utils::println(" ---> Station not Heard for last 30 min (Not Tx)\n");
return false;
}

void clean25SegBuffer() {
if (!packet25SegBuffer.empty() && (millis() - packet25SegBuffer[0].receivedTime) > 25 * 1000) packet25SegBuffer.erase(packet25SegBuffer.begin());
}
Expand Down

0 comments on commit 0360085

Please sign in to comment.