mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-05-08 14:14:27 +02:00
gps satelites indicator
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user