Skip to content

Commit 6b26644

Browse files
committed
[ESP32-H2/P4] build with Core 3.1.0
1 parent a616a50 commit 6b26644

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ jobs:
249249
#fi
250250
if [[ "$BOARD" =~ "esp32:esp32:esp32h2" ]]; then
251251
arduino --pref "boardsmanager.additional.urls=https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json" --save-prefs ;
252-
arduino --install-boards esp32:esp32:3.1.0-RC3 ;
252+
arduino --install-boards esp32:esp32:3.1.0 ;
253253
arduino --board $BOARD --save-prefs ;
254254
arduino --pref "custom_CPUFreq=esp32h2_80" --save-prefs ;
255255
arduino --pref "custom_DebugLevel=esp32h2_none" --save-prefs ;
@@ -259,7 +259,7 @@ jobs:
259259
arduino --pref "custom_PSRAM=esp32h2_enabled" --save-prefs ;
260260
arduino --pref "custom_PartitionScheme=esp32h2_no_fs" --save-prefs ;
261261
arduino --pref "custom_UploadSpeed=esp32h2_921600" --save-prefs ;
262-
# cd $HOME/.arduino15/packages/esp32/hardware/esp32/3.1.0-RC3 ;
262+
# cd $HOME/.arduino15/packages/esp32/hardware/esp32/3.1.0 ;
263263
# sed -i "s\echo '-DARDUINO_CORE_BUILD'\echo -DARDUINO_CORE_BUILD\g" platform.txt ;
264264
wget https://github.com/arduino-libraries/ArduinoBLE/archive/refs/tags/${ARDUINO_BLE_VERSION}.tar.gz ;
265265
tar xzf ${ARDUINO_BLE_VERSION}.tar.gz ;
@@ -272,7 +272,7 @@ jobs:
272272
fi
273273
if [[ "$BOARD" =~ "esp32:esp32:esp32p4" ]]; then
274274
arduino --pref "boardsmanager.additional.urls=https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json" --save-prefs ;
275-
arduino --install-boards esp32:esp32:3.1.0-RC3 ;
275+
arduino --install-boards esp32:esp32:3.1.0 ;
276276
arduino --board $BOARD --save-prefs ;
277277
arduino --pref "custom_CPUFreq=esp32p4_40" --save-prefs ;
278278
arduino --pref "custom_DebugLevel=esp32p4_none" --save-prefs ;
@@ -282,7 +282,7 @@ jobs:
282282
arduino --pref "custom_PSRAM=esp32p4_enabled" --save-prefs ;
283283
arduino --pref "custom_PartitionScheme=esp32p4_no_fs" --save-prefs ;
284284
arduino --pref "custom_UploadSpeed=esp32p4_921600" --save-prefs ;
285-
# cd $HOME/.arduino15/packages/esp32/hardware/esp32/3.1.0-RC3 ;
285+
# cd $HOME/.arduino15/packages/esp32/hardware/esp32/3.1.0 ;
286286
# sed -i "s\echo '-DARDUINO_CORE_BUILD'\echo -DARDUINO_CORE_BUILD\g" platform.txt ;
287287
cd $GITHUB_WORKSPACE ;
288288
fi

0 commit comments

Comments
 (0)