minor Wifi display in screen

This commit is contained in:
richonguzman 2024-02-25 12:17:40 -03:00
parent 72c16e1cd0
commit ecec18e8eb

View file

@ -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) {