mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 19:47:02 +03:00
New config UI for Services (Airplay, bt, etc) - release
This commit is contained in:
@@ -274,7 +274,7 @@ void wifi_manager_init_wifi(){
|
||||
ESP_LOGD(TAG, "Initializing wifi. Starting wifi");
|
||||
char * disable_ps = config_alloc_get_default(NVS_TYPE_STR, "disable_ps", "n", 0);
|
||||
|
||||
if (gpio36_39_used || (disable_ps && strcasecmp(disable_ps,"y"))) {
|
||||
if (gpio36_39_used || (disable_ps && strcasecmp(disable_ps,"y")==0)) {
|
||||
if(gpio36_39_used){
|
||||
ESP_LOGW(TAG, "GPIO 36 or 39 are in use, need to disable WiFi PowerSave!");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user