mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-03-17 02:34:47 +01:00
minor Wifi display in screen
This commit is contained in:
parent
72c16e1cd0
commit
ecec18e8eb
|
|
@ -74,7 +74,7 @@ namespace APRS_IS_Utils {
|
|||
}
|
||||
lastScreenOn = millis();
|
||||
}
|
||||
secondLine = "WiFi: " + wifiState + "/ APRS-IS: " + aprsisState;
|
||||
secondLine = "WiFi: " + wifiState + " APRS-IS: " + aprsisState;
|
||||
}
|
||||
|
||||
String createPacket(String packet) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue