Skip to content

Commit

Permalink
ci: Add missing sdkconfig for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
tore-espressif committed Apr 26, 2023
1 parent a83f613 commit 5cf4a27
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/audio/sdkconfig.bsp.esp32_s3_korvo_2
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# This file was generated using idf.py save-defconfig. It can be edited manually.
# Espressif IoT Development Framework (ESP-IDF) Project Minimal Configuration
#
CONFIG_IDF_TARGET="esp32s3"
4 changes: 4 additions & 0 deletions examples/mqtt_example/sdkconfig.bsp.esp32_azure_iot_kit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# This file was generated using idf.py save-defconfig. It can be edited manually.
# Espressif IoT Development Framework (ESP-IDF) Project Minimal Configuration
#
CONFIG_IDF_TARGET="esp32"
4 changes: 4 additions & 0 deletions examples/sensors_example/sdkconfig.bsp.esp32_azure_iot_kit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# This file was generated using idf.py save-defconfig. It can be edited manually.
# Espressif IoT Development Framework (ESP-IDF) Project Minimal Configuration
#
CONFIG_IDF_TARGET="esp32"

0 comments on commit 5cf4a27

Please sign in to comment.