File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 28
28
platforms : | # ESP32公式のpackage indexを使用する
29
29
- name: esp32:esp32
30
30
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
31
- version: 3.0.1
31
+ 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
32
37
sketch-paths : |
33
38
- pico_v2_STEP1_LED
34
39
- pico_v2_STEP2_SWITCH
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- uses : actions/checkout@v4
17
- - uses : arduino/arduino-lint-action@v1
17
+ - uses : arduino/arduino-lint-action@v2
18
18
with :
19
19
recursive : true
20
20
compliance : specification
You can’t perform that action at this time.
0 commit comments