gps satelites indicator

This commit is contained in:
richonguzman
2025-02-24 16:10:02 -03:00
parent d628de9c9c
commit 45edf2ffa3
2 changed files with 24 additions and 6 deletions
+1 -4
View File
@@ -80,10 +80,7 @@ namespace STATION_Utils {
lastStation.station = station;
lastHeardStations.push_back(lastStation);
}
char buffer[30]; // Adjust size as needed
sprintf(buffer, "Stations (%dmin) = %2d", Config.rememberStationTime, lastHeardStations.size());
fourthLine = buffer;
Utils::activeStations();
}
bool wasHeard(const String& station) {