Skip to content

Commit 9cc542d

Browse files
committed
[ESP32-C5/P4] build with Core 3.3.5
1 parent fca59a5 commit 9cc542d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
fi
208208
if [[ "$BOARD" =~ "esp32:esp32:esp32c5" ]]; then
209209
arduino --pref "boardsmanager.additional.urls=https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json" --save-prefs ;
210-
arduino --install-boards esp32:esp32:3.3.4 ;
210+
arduino --install-boards esp32:esp32:3.3.5 ;
211211
arduino --board $BOARD --save-prefs ;
212212
arduino --pref "custom_CPUFreq=esp32c5_80" --save-prefs ;
213213
arduino --pref "custom_DebugLevel=esp32c5_none" --save-prefs ;
@@ -286,7 +286,7 @@ jobs:
286286
fi
287287
if [[ "$BOARD" =~ "esp32:esp32:esp32p4" ]]; then
288288
arduino --pref "boardsmanager.additional.urls=https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json" --save-prefs ;
289-
arduino --install-boards esp32:esp32:3.3.4 ;
289+
arduino --install-boards esp32:esp32:3.3.5 ;
290290
arduino --board $BOARD --save-prefs ;
291291
arduino --pref "custom_CPUFreq=esp32p4_40" --save-prefs ;
292292
arduino --pref "custom_DebugLevel=esp32p4_none" --save-prefs ;
@@ -299,7 +299,7 @@ jobs:
299299
arduino --pref "custom_PartitionScheme=esp32p4_no_fs" --save-prefs ;
300300
arduino --pref "custom_UploadSpeed=esp32p4_921600" --save-prefs ;
301301
arduino --install-library esp-lib-utils,ESP32_IO_Expander,ESP32_Display_Panel,lvgl:8.4.0 ;
302-
# cd $HOME/.arduino15/packages/esp32/hardware/esp32/3.3.4 ;
302+
# cd $HOME/.arduino15/packages/esp32/hardware/esp32/3.3.5 ;
303303
# sed -i "s\echo '-DARDUINO_CORE_BUILD'\echo -DARDUINO_CORE_BUILD\g" platform.txt ;
304304
cd $GITHUB_WORKSPACE ;
305305
fi

0 commit comments

Comments
 (0)