We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e015f commit f182b6fCopy full SHA for f182b6f
.github/workflows/compile-examples.yml
@@ -36,6 +36,7 @@ jobs:
36
- fqbn: electroniccats:mbed:bastble
37
- fqbn: electroniccats:mbed:bast_frontier
38
- fqbn: electroniccats:mbed:rak_wistrio5010
39
+ - fqbn: electroniccats:mbed:wisblock_rak4631
40
41
# compile only the examples compatible with each board
42
include:
@@ -48,6 +49,9 @@ jobs:
48
49
- board:
50
fqbn: electroniccats:mbed:rak_wistrio5010
51
additional-sketch-paths: '"libraries/ThreadDebug"'
52
+ - board:
53
+ fqbn: electroniccats:mbed:wisblock_rak4631
54
+ additional-sketch-paths: '"libraries/ThreadDebug"'
55
56
steps:
57
- name: Checkout repository
0 commit comments