Skip to content

Commit ad7b231

Browse files
committed
Add default sdk config for esp32-c6-devkitc-1 in examples
1 parent 64608ba commit ad7b231

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

examples/espidf-hello-world/platformio.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ board = esp32-c3-devkitm-1
2323

2424
[env:esp32-c6-devkitc-1]
2525
board = esp32-c6-devkitc-1
26+
board_build.cmake_extra_args =
27+
-DSDKCONFIG_DEFAULTS="sdkconfig.defaults.esp32c6"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y
2+
CONFIG_ESPTOOLPY_FLASHSIZE="8MB"

0 commit comments

Comments
 (0)