Skip to content

Commit 9497c8c

Browse files
committed
Add board target Arduino Nano Every
1 parent c654b79 commit 9497c8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compile-examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
strategy:
1010
matrix:
1111
fqbn: [
12-
"arduino:megaavr:uno2018" #,
13-
#"arduino:megaavr:nona4809"
12+
"arduino:megaavr:uno2018",
13+
"arduino:megaavr:nona4809"
1414
]
1515

1616
steps:

0 commit comments

Comments
 (0)