mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2026-01-31 06:40:49 +03:00
Fix #2393
This commit is contained in:
@@ -174,10 +174,12 @@ int LoadWlanFromFile(std::string fn)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Check if password is empty (mandatory parameter) */
|
/* Check if password is empty (mandatory parameter) */
|
||||||
|
/* Disabled see issue #2393
|
||||||
if (wlan_config.password.empty()) {
|
if (wlan_config.password.empty()) {
|
||||||
LogFile.WriteToFile(ESP_LOG_ERROR, TAG, "Password empty. Device init aborted!");
|
LogFile.WriteToFile(ESP_LOG_ERROR, TAG, "Password empty. Device init aborted!");
|
||||||
return -2;
|
return -2;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user