We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a78e31 commit 3861d1cCopy full SHA for 3861d1c
.github/workflows/compile-sketches.yaml
@@ -28,7 +28,12 @@ jobs:
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
31
- version: 3.0.1
+ version: 3.1.1
32
+ libraries: | # 依存パッケージを指定
33
+ - name: AsyncTCP
34
+ source-url: https://github.com/ESP32Async/AsyncTCP.git
35
+ - name: ESPAsyncWebServer
36
+ source-url: https://github.com/ESP32Async/ESPAsyncWebServer.git
37
sketch-paths: |
38
- pico_v2_STEP1_LED
39
- pico_v2_STEP2_SWITCH
.github/workflows/lint.yaml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v4
17
- - uses: arduino/arduino-lint-action@v1
+ - uses: arduino/arduino-lint-action@v2
18
with:
19
recursive: true
20
compliance: specification
0 commit comments