-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(wifi): enable ci build by sdkconfig.ci.esp32p4_with_extconn
- Loading branch information
muhaidong
committed
Sep 6, 2024
1 parent
4e7a7b6
commit 71eb08b
Showing
2 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...les/wifi/iperf/sdkconfig.defaults.esp32p4 → ...i/iperf/sdkconfig.ci.esp32p4_with_extconn
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# | ||
# ESP32-P4 | ||
# | ||
CONFIG_IDF_TARGET="esp32p4" | ||
CONFIG_ESP_HOST_WIFI_ENABLED=y | ||
CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y |