Fix minor typo

This commit is contained in:
Avamander 2025-07-13 00:57:26 +03:00 committed by GitHub
parent fd8befd35a
commit bd6c09289a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -106,7 +106,7 @@ void printEncryptionType(int thisType) {
case ENC_TYPE_UNKNOWN:
default:
Serial.print("Unknown (");
Serial.print(WiFi.encryptionType(thisNet));
Serial.print(WiFi.encryptionType(thisType));
Serial.println(")");
break;
}