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 15273ec commit baca11eCopy full SHA for baca11e
src/WiFi.cpp
@@ -745,6 +745,8 @@ char* WiFiClass::SSID(uint8_t pos)
745
}
746
747
_status = tmp;
748
+ _resolve = 0;
749
+
750
return _scan_ssid;
751
752
@@ -804,6 +806,8 @@ uint8_t WiFiClass::encryptionType(uint8_t pos)
804
806
805
807
808
809
810
811
return _scan_auth;
812
813
0 commit comments