mirror of
https://github.com/espressif/esp-idf
synced 2025-03-11 10:09:08 -04:00
ci: Fix target variable default value v4.0
This commit is contained in:
parent
beb73456ee
commit
b7a191a996
@ -319,6 +319,9 @@ class Example(IDFApp):
|
||||
if not config_name:
|
||||
config_name = "default"
|
||||
|
||||
if not target:
|
||||
target = "esp32"
|
||||
|
||||
# Search for CI build folders.
|
||||
# Path format: $IDF_PATH/build_examples/app_path_with_underscores/config/target
|
||||
# (see tools/ci/build_examples_cmake.sh)
|
||||
|
Loading…
x
Reference in New Issue
Block a user