File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ lib_deps =
101101
102102; Common build environment for ESP32 platform
103103[common:esp32]
104- platform = https://github.com/pioarduino/platform-espressif32/releases/download/55.03.32 /platform-espressif32.zip
104+ platform = https://github.com/pioarduino/platform-espressif32/releases/download/55.03.33 /platform-espressif32.zip
105105; This is needed for occasional new features and bug fixes
106106; platform = https://github.com/pioarduino/platform-espressif32#develop
107107lib_ignore = WiFiNINA, WiFiNINA_-_Adafruit_Fork, WiFi101, OneWire
@@ -183,6 +183,10 @@ build_type = debug
183183; upload_protocol = esp-builtin
184184; debug_init_break = tbreak setup
185185board_build.f_flash = 80000000L
186+ board_build.flash_size = 8MB
187+ board_build.flash_mode = qio
188+ board_build.boot_mode = dio
189+ board_build.f_cpu = 240000000L
186190build_flags =
187191 -DWS_ESPRESSIF_ESP32C5_DEVKITC_1_N8R4
188192 -DARDUINO_ESP32C5_DEV
You can’t perform that action at this time.
0 commit comments