File tree 2 files changed +22
-4
lines changed
2 files changed +22
-4
lines changed Original file line number Diff line number Diff line change
1
+ Language : Cpp
2
+ BasedOnStyle : Google
3
+
4
+ AccessModifierOffset : -2
5
+ AlignAfterOpenBracket : AlwaysBreak
6
+ BraceWrapping :
7
+ AfterClass : true
8
+ AfterFunction : true
9
+ AfterNamespace : true
10
+ AfterStruct : true
11
+ BreakBeforeBraces : Custom
12
+ ColumnLimit : 100
13
+ ConstructorInitializerIndentWidth : 0
14
+ ContinuationIndentWidth : 2
15
+ DerivePointerAlignment : false
16
+ PointerAlignment : Middle
17
+ ReflowComments : false
Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- uses : actions/checkout@v4
22
- - uses : arduino/setup-arduino-cli@v2
23
- - run : |
24
- arduino-cli lib install --git-url https://github.com/ESP32Async/AsyncTCP.git
25
- arduino-cli lib install --git-url https://github.com/ESP32Async/ESPAsyncWebServer.git
26
22
- uses : arduino/compile-sketches@v1
27
23
with :
28
24
enable-deltas-report : true
33
29
- name: esp32:esp32
34
30
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
35
31
version: 3.1.3
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
36
37
sketch-paths : |
37
38
- pico_classic_v4_STEP1_LED
38
39
- pico_classic_v4_STEP2_SWITCH
You can’t perform that action at this time.
0 commit comments