update1.1

This commit is contained in:
richonguzman
2023-06-17 19:53:15 -04:00
parent 89176a8842
commit 333c059e98
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ namespace APRS_IS_Utils {
void connect(){
int count = 0;
String aprsauth;
Serial.print("Connecting to APRS-IS ... ");
Serial.print("Connecting to APRS-IS ... ");
while (!espClient.connect(Config.aprs_is.server.c_str(), Config.aprs_is.port) && count < 20) {
Serial.println("Didn't connect with server...");
delay(1000);