Skip to content

Commit

Permalink
Added arduino action
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Sep 21, 2023
1 parent 346a2af commit bd161b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Install esp32 core
run: |
if [[ "$BOARD" =~ "esp32:esp32:esp32s3" ]]; then
arduino --pref "boardsmanager.additional.urls=https://espressif.github.io/arduino-esp32/package_esp32_dev_index.json" --save-prefs ;
arduino --pref "boardsmanager.additional.urls=https://raw.githubusercontent.com/espressif/arduino-esp32/master/package/package_esp32_index.template.json" --save-prefs ;
arduino --install-boards esp32:esp32:2.0.13 ;
arduino --board $BOARD --save-prefs ;
arduino --pref "custom_CPUFreq=esp32s3_80" --save-prefs ;
Expand Down

0 comments on commit bd161b9

Please sign in to comment.