Merge branch 'richonguzman:main' into main

This commit is contained in:
Damian 2024-02-25 16:21:42 +01:00 committed by GitHub
commit 8aa5c2f774
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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