Skip to content

Commit

Permalink
last corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
richonguzman committed Feb 25, 2025
1 parent a1c552f commit 72c2c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/station_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ namespace STATION_Utils {
return true;
}
}
Utils::println(" ---> Station not Heard in " + String(Config.rememberStationTime) + " min: No Tx\n");
Utils::println(" ---> Station not Heard in " + String(Config.rememberStationTime) + " min: No Tx");
return false;
}

Expand Down

0 comments on commit 72c2c14

Please sign in to comment.