Skip to content

Commit 9b2cef3

Browse files
committed
[ESP32-C6] build with Core 3.1.0
1 parent 6b26644 commit 9b2cef3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213
#fi
214214
if [[ "$BOARD" =~ "esp32:esp32:esp32c6" ]]; then
215215
arduino --pref "boardsmanager.additional.urls=https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json" --save-prefs ;
216-
arduino --install-boards esp32:esp32:3.0.7 ;
216+
arduino --install-boards esp32:esp32:3.1.0 ;
217217
arduino --board $BOARD --save-prefs ;
218218
arduino --pref "custom_CPUFreq=esp32c6_80" --save-prefs ;
219219
arduino --pref "custom_DebugLevel=esp32c6_none" --save-prefs ;
@@ -223,7 +223,7 @@ jobs:
223223
arduino --pref "custom_PSRAM=esp32c6_enabled" --save-prefs ;
224224
arduino --pref "custom_PartitionScheme=esp32c6_huge_app" --save-prefs ;
225225
arduino --pref "custom_UploadSpeed=esp32c6_921600" --save-prefs ;
226-
# cd $HOME/.arduino15/packages/esp32/hardware/esp32/3.0.7 ;
226+
# cd $HOME/.arduino15/packages/esp32/hardware/esp32/3.1.0 ;
227227
# sed -i "s\echo '-DARDUINO_CORE_BUILD'\echo -DARDUINO_CORE_BUILD\g" platform.txt ;
228228
wget https://github.com/h2zero/NimBLE-Arduino/archive/refs/tags/${NIM_BLE_VERSION}.tar.gz ;
229229
# wget https://github.com/h2zero/NimBLE-Arduino/archive/refs/heads/${NIM_BLE_VERSION}.tar.gz ;

0 commit comments

Comments
 (0)