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 New Issue