mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-09 13:07:03 +03:00
WIP User Interface improvement. Fix SqueezeAmp build - release
This commit is contained in:
@@ -370,7 +370,7 @@ cJSON * get_gpio_list() {
|
|||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
if(adc1_pad_get_io_num(CONFIG_BAT_CHANNEL,&gpio_num )==ESP_OK){
|
if(adc1_pad_get_io_num(CONFIG_BAT_CHANNEL,&gpio_num )==ESP_OK){
|
||||||
cJSON_AddItemToArray(list,get_gpio_entry("bat","",gpio_num,true));
|
cJSON_AddItemToArray(gpio_list,get_gpio_entry("bat","",gpio_num,true));
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
gpio_list = get_GPIO_from_nvs("i2c_config","i2c", gpio_list, false);
|
gpio_list = get_GPIO_from_nvs("i2c_config","i2c", gpio_list, false);
|
||||||
|
|||||||
Reference in New Issue
Block a user