kopia lustrzana https://github.com/Aircoookie/WLED
Wrong return value
rodzic
fbe26e13ae
commit
8817d41275
|
@ -708,8 +708,7 @@ bool WLED::initEthernet()
|
|||
int8_t WLED::findWiFi(bool doScan) {
|
||||
if (multiWiFi.size() <= 1) {
|
||||
DEBUG_PRINTLN(F("Defaulf WiFi used."));
|
||||
selectedWiFi = 0;
|
||||
return true;
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (doScan) WiFi.scanDelete(); // restart scan
|
||||
|
|
Ładowanie…
Reference in New Issue