We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aba14d3 commit 87a5123Copy full SHA for 87a5123
.github/workflows/compile-sketches.yaml
@@ -27,7 +27,8 @@ 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/d0299bee3d120ebb745457585bec2856f0dbdb8f/package_esp32_index.json
+ source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
31
+ version: 2.0.17
32
sketch-paths: |
33
- pico_v2_STEP1_LED
34
- pico_v2_STEP2_SWITCH
0 commit comments