minor Wifi display in screen

This commit is contained in:
richonguzman 2024-02-25 12:17:40 -03:00
parent 72c16e1cd0
commit ecec18e8eb
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ namespace APRS_IS_Utils {
} }
lastScreenOn = millis(); lastScreenOn = millis();
} }
secondLine = "WiFi: " + wifiState + "/ APRS-IS: " + aprsisState; secondLine = "WiFi: " + wifiState + " APRS-IS: " + aprsisState;
} }
String createPacket(String packet) { String createPacket(String packet) {