File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 10
10
matrix :
11
11
fqbn :
12
12
- arduino:avr:uno
13
+ - arduino:avr:nano
14
+ - arduino:avr:mega
13
15
- arduino:avr:leonardo
16
+ - arduino:avr:micro
17
+ - arduino:avr:mini
14
18
15
19
steps :
16
20
- uses : actions/checkout@v3
28
32
matrix :
29
33
fqbn :
30
34
- esp32:esp32:esp32
35
+ - esp32:esp32:esp32s3
36
+ - esp32:esp32:esp32c3
31
37
32
38
steps :
33
39
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -20,8 +20,6 @@ __Key changes:__
20
20
* Low memory consumption to make it compatible with lower end devices like Arduino UNO, Nano...
21
21
* Response function overload. Thanks to C++ the response function can be anything like Serial, WiFiClient...
22
22
23
- #### The detailed documentation can be found [ here] ( https://dani007200964.github.io/Commander-API/html/index.html ) .
24
-
25
23
## Contributing
26
24
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
27
25
You can’t perform that action at this time.
0 commit comments