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 0565aac commit 5c8c26cCopy full SHA for 5c8c26c
.github/workflows/compile-examples.yml
@@ -35,11 +35,11 @@ jobs:
35
matrix:
36
board:
37
# TODO: Add list of boards to compile for here:
38
- - fqbn: arduino:mbed_portenta:envie_m7
+ - fqbn: arduino:mbed_edge:edge_control
39
# TODO: Define the board's platform dependencies here.
40
# See: https://github.com/arduino/compile-sketches#platforms
41
platforms: |
42
- - name: arduino:mbed_portenta
+ - name: arduino:mbed_edge
43
44
steps:
45
- name: Checkout repository
0 commit comments