We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c4e138 commit aba14d3Copy full SHA for aba14d3
.github/workflows/compile-sketches.yaml
@@ -27,7 +27,7 @@ jobs:
27
fqbn: esp32:esp32:esp32s3
28
platforms: | # ESP32公式のpackage indexを使用する
29
- name: esp32:esp32
30
- source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
+ source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/d0299bee3d120ebb745457585bec2856f0dbdb8f/package_esp32_index.json
31
sketch-paths: |
32
- pico_v2_STEP1_LED
33
- pico_v2_STEP2_SWITCH
0 commit comments