forked from espressif/arduino-esp32
Remove non-working WiFi examples and fix some that require changes
This commit is contained in:
@ -37,7 +37,7 @@ void loop()
|
||||
Serial.print(" (");
|
||||
Serial.print(WiFi.RSSI(i));
|
||||
Serial.print(")");
|
||||
Serial.println((WiFi.encryptionType(i) == ENC_TYPE_NONE)?" ":"*");
|
||||
Serial.println((WiFi.encryptionType(i) == WIFI_AUTH_OPEN)?" ":"*");
|
||||
delay(10);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user