We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64608ba commit ad7b231Copy full SHA for ad7b231
examples/espidf-hello-world/platformio.ini
@@ -23,3 +23,5 @@ board = esp32-c3-devkitm-1
23
24
[env:esp32-c6-devkitc-1]
25
board = esp32-c6-devkitc-1
26
+board_build.cmake_extra_args =
27
+ -DSDKCONFIG_DEFAULTS="sdkconfig.defaults.esp32c6"
examples/espidf-hello-world/sdkconfig.defaults.esp32c6
@@ -0,0 +1,2 @@
1
+CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y
2
+CONFIG_ESPTOOLPY_FLASHSIZE="8MB"
0 commit comments