We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b00aab4 commit 86c2320Copy full SHA for 86c2320
.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:[email protected].0 --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:[email protected].1 --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