Merge branch 'richonguzman:main' into main

This commit is contained in:
Damian
2024-02-25 16:21:42 +01:00
committed by GitHub
+1 -1
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) {