mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 04:27:12 +03:00
Firmware update UI revamp with support for local proxy
This commit is contained in:
@@ -1001,8 +1001,12 @@ void register_config_cmd(void){
|
||||
register_audio_config();
|
||||
// register_squeezelite_config();
|
||||
register_bt_source_config();
|
||||
register_i2s_config();
|
||||
register_spdif_config();
|
||||
if(!is_dac_config_locked()){
|
||||
register_i2s_config();
|
||||
}
|
||||
if(!is_spdif_config_locked()){
|
||||
register_spdif_config();
|
||||
}
|
||||
register_rotary_config();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user