We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83451e7 commit 30fab72Copy full SHA for 30fab72
src/WiFiScanner.cpp
@@ -45,7 +45,7 @@ void WiFiScanner::listNetworks(AsyncWebServerRequest *request) {
45
*
46
* This allows us to use a single set of mappings in the UI.
47
*/
48
-uint8_t convertEncryptionType(uint8_t encryptionType){
+uint8_t WiFiScanner::convertEncryptionType(uint8_t encryptionType){
49
switch (encryptionType){
50
case ENC_TYPE_NONE:
51
return AUTH_OPEN;
0 commit comments