Skip to content

Commit

Permalink
Add default sdk config for esp32-c6-devkitc-1 in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Jun 18, 2024
1 parent 64608ba commit ad7b231
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/espidf-hello-world/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ board = esp32-c3-devkitm-1

[env:esp32-c6-devkitc-1]
board = esp32-c6-devkitc-1
board_build.cmake_extra_args =
-DSDKCONFIG_DEFAULTS="sdkconfig.defaults.esp32c6"
2 changes: 2 additions & 0 deletions examples/espidf-hello-world/sdkconfig.defaults.esp32c6
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y
CONFIG_ESPTOOLPY_FLASHSIZE="8MB"

0 comments on commit ad7b231

Please sign in to comment.