Skip to content

Commit 6ec2ec0

Browse files
authored
Add Nano RP2040 Connect as target during CI compilation. (#55)
1 parent e36751c commit 6ec2ec0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/compile-examples.yml

+2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
platform-name: esp8266:esp8266
5555
- fqbn: "esp32:esp32:esp32"
5656
platform-name: esp32:esp32
57+
- fqbn: arduino:mbed_nano:nanorp2040connect
58+
platform-name: arduino:mbed_nano
5759

5860
# Make board type-specific customizations to the matrix jobs
5961
include:

0 commit comments

Comments
 (0)