From 75c26a82aa6f2b327bfaf7e2ae95c1ec6bf1cbb3 Mon Sep 17 00:00:00 2001 From: Karl Osterseher Date: Tue, 19 Oct 2021 11:54:41 +0200 Subject: [PATCH] repair submodule configurations --- .gitmodules | 6 +++--- components/opus/opus | 2 +- components/wifi_logger | 1 - sdkconfig | 8 +++++++- 4 files changed, 11 insertions(+), 6 deletions(-) delete mode 160000 components/wifi_logger diff --git a/.gitmodules b/.gitmodules index b6ebb88..edb11e1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ -[submodule "components/opus/opus"] - path = components/opus/opus - url = https://github.com/xiph/opus [submodule "components/esp-dsp"] path = components/esp-dsp url = https://github.com/espressif/esp-dsp [submodule "components/flac/flac"] path = components/flac/flac url = https://github.com/xiph/flac.git +[submodule "components/opus/opus"] + path = components/opus/opus + url = https://github.com/xiph/opus diff --git a/components/opus/opus b/components/opus/opus index df9c4c8..6b6035a 160000 --- a/components/opus/opus +++ b/components/opus/opus @@ -1 +1 @@ -Subproject commit df9c4c8e562b952ca14fa90ef21dff9a8dd2b3a4 +Subproject commit 6b6035ae4a29abbd237463d84a45fbeb0d92bc18 diff --git a/components/wifi_logger b/components/wifi_logger deleted file mode 160000 index 23bf246..0000000 --- a/components/wifi_logger +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 23bf246c863c15d118c46cce47dd3f1657809ab7 diff --git a/sdkconfig b/sdkconfig index ef0078e..1c27726 100644 --- a/sdkconfig +++ b/sdkconfig @@ -73,6 +73,13 @@ CONFIG_BOOTLOADER_RESERVE_RTC_SIZE=0 # CONFIG_SECURE_FLASH_ENC_ENABLED is not set # end of Security features +# +# Example Board Configuration +# +CONFIG_ESP_LYRAT_V4_3_BOARD=y +CONFIG_ESP_CUSTOM_BOARD=y +# end of Example Board Configuration + # # Serial flasher config # @@ -129,7 +136,6 @@ CONFIG_PARTITION_TABLE_MD5=y # Audio HAL # # CONFIG_AUDIO_BOARD_CUSTOM is not set -CONFIG_ESP_LYRAT_V4_3_BOARD=y # CONFIG_ESP_LYRAT_V4_2_BOARD is not set # CONFIG_ESP_LYRATD_MSC_V2_1_BOARD is not set # CONFIG_ESP_LYRATD_MSC_V2_2_BOARD is not set