Update LoRa_APRS_Tracker.cpp

pull/66/head
dahuafschmied 2022-07-03 15:22:14 +02:00
rodzic 93d606fe0b
commit 906b3d7c5c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -314,7 +314,7 @@ void loop() {
}
if (gps_time_update) {
show_display(BeaconMan.getCurrentBeaconConfig()->callsign, createDateString(now()) + " " + createTimeString(now()), String("Sats: ") + gps.satellites.value() + " HDOP: " + gps.hdop.hdop(), String("Next Bcn: ") + (BeaconMan.getCurrentBeaconConfig()->smart_beacon.active ? "~" : "") + createTimeString(nextBeaconTimeStamp), BatteryIsConnected ? (String("Bat: ") + batteryVoltage + "V, " + batteryChargeCurrent + "mA") : "Powered via USB", String("Smart Beacon: " + getSmartBeaconState()));
if (BeaconMan.getCurrentBeaconConfig()->smart_beacon.active) {