We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb0d49b + 99b3454 commit 38fc859Copy full SHA for 38fc859
libraries/WiFiS3/examples/ScanNetworks/ScanNetworks.ino
@@ -91,7 +91,7 @@ void printEncryptionType(int thisType) {
91
Serial.println("WPA2");
92
break;
93
case ENC_TYPE_WPA3:
94
- Serial.print("WPA3");
+ Serial.println("WPA3");
95
96
case ENC_TYPE_NONE:
97
Serial.println("None");
0 commit comments