From 72c2c144ae51da29ee4a341fdb829bc13eaf433f Mon Sep 17 00:00:00 2001 From: richonguzman Date: Tue, 25 Feb 2025 14:01:14 -0300 Subject: [PATCH] last corrections --- src/station_utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/station_utils.cpp b/src/station_utils.cpp index 36aee29..5c957c2 100644 --- a/src/station_utils.cpp +++ b/src/station_utils.cpp @@ -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; }