Skip to content

Commit dad922f

Browse files
committed
Actions updated with more boards.
1 parent 542be7f commit dad922f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/compile-examples.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ jobs:
1010
matrix:
1111
fqbn:
1212
- arduino:avr:uno
13+
- arduino:avr:nano
14+
- arduino:avr:mega
1315
- arduino:avr:leonardo
16+
- arduino:avr:micro
17+
- arduino:avr:mini
1418

1519
steps:
1620
- uses: actions/checkout@v3
@@ -28,6 +32,8 @@ jobs:
2832
matrix:
2933
fqbn:
3034
- esp32:esp32:esp32
35+
- esp32:esp32:esp32s3
36+
- esp32:esp32:esp32c3
3137

3238
steps:
3339
- uses: actions/checkout@v3

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ __Key changes:__
2020
* Low memory consumption to make it compatible with lower end devices like Arduino UNO, Nano...
2121
* Response function overload. Thanks to C++ the response function can be anything like Serial, WiFiClient...
2222

23-
#### The detailed documentation can be found [here](https://dani007200964.github.io/Commander-API/html/index.html).
24-
2523
## Contributing
2624
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
2725

0 commit comments

Comments
 (0)