Skip to content

Commit 30fab72

Browse files
committed
Fix mistake in wifi scanner implementation
1 parent 83451e7 commit 30fab72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WiFiScanner.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ void WiFiScanner::listNetworks(AsyncWebServerRequest *request) {
4545
*
4646
* This allows us to use a single set of mappings in the UI.
4747
*/
48-
uint8_t convertEncryptionType(uint8_t encryptionType){
48+
uint8_t WiFiScanner::convertEncryptionType(uint8_t encryptionType){
4949
switch (encryptionType){
5050
case ENC_TYPE_NONE:
5151
return AUTH_OPEN;

0 commit comments

Comments
 (0)