mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-20 22:05:11 +00:00
minor Wifi display in screen
This commit is contained in:
parent
72c16e1cd0
commit
ecec18e8eb
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue