We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd8cc76 commit deefebaCopy full SHA for deefeba
.github/workflows/arduino_ci.yml
@@ -56,7 +56,7 @@ jobs:
56
# install the Heltec ESP32 boards
57
if [[ "${{ matrix.board }}" =~ "esp32:esp32:" ]]; then
58
echo "[ARDUINO SETUP] Installing the Heltec ESP32 board"
59
- arduino-cli core install esp32:esp32@3.3.3 --additional-urls https://github.com/Heltec-Aaron-Lee/WiFi_Kit_series/releases/download/3.0.0/package_heltec_esp32_index.json
+ arduino-cli core install esp32:esp32@6.12.0 --additional-urls https://github.com/Heltec-Aaron-Lee/WiFi_Kit_series/releases/download/3.0.0/package_heltec_esp32_index.json
60
fi
61
62
- name: Install CDP
0 commit comments