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 93821e1 commit 8fb08d2Copy full SHA for 8fb08d2
1 file changed
.github/workflows/arduino.yml
@@ -41,8 +41,9 @@ jobs:
41
42
- arduino-boards-fqbn: arduino:avr:leonardo # arduino leonardo - one full example
43
sketch-names: open_loop_position_example.ino
44
- build-properties:
45
- build.extra_flags: -D SIMPLEFOC_DISABLE_DEBUG
+ build-properties:
+ All:
46
+ -DSIMPLEFOC_DISABLE_DEBUG
47
48
- arduino-boards-fqbn: arduino:avr:mega # arduino mega2660 - one full example
49
sketch-names: single_full_control_example.ino
0 commit comments