Skip to content

Commit

Permalink
test ESP32 Arduino Core 3.0-alpha Actions CI build with ESP32-S2 target
Browse files Browse the repository at this point in the history
  • Loading branch information
lyusupov committed Oct 9, 2023
1 parent fab9624 commit 08ee6ae
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,10 @@ jobs:
cd $GITHUB_WORKSPACE ;
fi
if [[ "$BOARD" =~ "esp32:esp32:esp32s2" ]]; then
arduino --pref "boardsmanager.additional.urls=https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json" --save-prefs ;
arduino --install-boards esp32:esp32:2.0.14 ;
# arduino --pref "boardsmanager.additional.urls=https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json" --save-prefs ;
arduino --pref "boardsmanager.additional.urls=https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json" --save-prefs ;
# arduino --install-boards esp32:esp32:2.0.14 ;
arduino --install-boards esp32:esp32:3.0.0-alpha1 ;
arduino --board $BOARD --save-prefs ;
arduino --pref "custom_CPUFreq=esp32s2_80" --save-prefs ;
arduino --pref "custom_DebugLevel=esp32s2_none" --save-prefs ;
Expand Down

0 comments on commit 08ee6ae

Please sign in to comment.