WIP User Interface improvement. Fix SqueezeAmp build - release

This commit is contained in:
Sebastien
2020-09-11 16:27:27 -04:00
parent 78b7639400
commit 189bc763dd

View File

@@ -370,7 +370,7 @@ cJSON * get_gpio_list() {
}
#else
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
gpio_list = get_GPIO_from_nvs("i2c_config","i2c", gpio_list, false);