Print the raw type instead
This commit is contained in:
parent
bd6c09289a
commit
f73874a445
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ void printEncryptionType(int thisType) {
|
||||||
case ENC_TYPE_UNKNOWN:
|
case ENC_TYPE_UNKNOWN:
|
||||||
default:
|
default:
|
||||||
Serial.print("Unknown (");
|
Serial.print("Unknown (");
|
||||||
Serial.print(WiFi.encryptionType(thisType));
|
Serial.print(thisType);
|
||||||
Serial.println(")");
|
Serial.println(")");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue