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.
2 parents 3954d2b + baca11e commit 4da038cCopy full SHA for 4da038c
src/WiFi.cpp
@@ -785,6 +785,8 @@ char* WiFiClass::SSID(uint8_t pos)
785
}
786
787
_status = tmp;
788
+ _resolve = 0;
789
+
790
return _scan_ssid;
791
792
@@ -805,7 +807,12 @@ int32_t WiFiClass::RSSI(uint8_t pos)
805
807
806
808
809
- return _resolve;
810
811
+ int32_t rssi = _resolve;
812
813
814
815
+ return rssi;
816
817
818
uint8_t WiFiClass::encryptionType()
@@ -839,6 +846,8 @@ uint8_t WiFiClass::encryptionType(uint8_t pos)
839
846
840
847
841
848
849
850
842
851
return _scan_auth;
843
852
844
853
0 commit comments