From 411b2bd0f0bd7483923696f40cc7867f9aa32612 Mon Sep 17 00:00:00 2001 From: Philippe G Date: Wed, 19 Jan 2022 00:52:33 -0800 Subject: [PATCH] defaults --- build-scripts/I2S-4MFlash-sdkconfig.defaults | 3 +++ build-scripts/SqueezeAmp-sdkconfig.defaults | 3 +++ 2 files changed, 6 insertions(+) diff --git a/build-scripts/I2S-4MFlash-sdkconfig.defaults b/build-scripts/I2S-4MFlash-sdkconfig.defaults index 5c4b24fe..34fcd85a 100644 --- a/build-scripts/I2S-4MFlash-sdkconfig.defaults +++ b/build-scripts/I2S-4MFlash-sdkconfig.defaults @@ -39,6 +39,9 @@ CONFIG_RELEASE_API="https://api.github.com/repos/sle118/squeezelite-esp32/releas CONFIG_SQUEEZELITE_ESP32_RELEASE_URL "https://github.com/sle118/squeezelite-esp32/releases" CONFIG_PROJECT_NAME="Squeezelite-ESP32" CONFIG_FW_PLATFORM_NAME="I2S-4MFlash" +CONFIG_AUDIO_CONTROLS="" +CONFIG_AMP_GPIO=-1 + # # SDK tool configuration # diff --git a/build-scripts/SqueezeAmp-sdkconfig.defaults b/build-scripts/SqueezeAmp-sdkconfig.defaults index 4a8f70c7..76071911 100644 --- a/build-scripts/SqueezeAmp-sdkconfig.defaults +++ b/build-scripts/SqueezeAmp-sdkconfig.defaults @@ -37,6 +37,9 @@ CONFIG_PROJECT_NAME="SqueezeAmp" CONFIG_FW_PLATFORM_NAME="SqueezeAmp" CONFIG_RELEASE_API="https://api.github.com/repos/sle118/squeezelite-esp32/releases" CONFIG_SQUEEZELITE_ESP32_RELEASE_URL "https://github.com/sle118/squeezelite-esp32/releases" +CONFIG_AUDIO_CONTROLS="" +CONFIG_AMP_GPIO=-1 + # # SDK tool configuration #