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.
2 parents 22c63b8 + 5c10291 commit 0632a14Copy full SHA for 0632a14
.github/workflows/compile-examples.yml
@@ -30,9 +30,14 @@ jobs:
30
- name: Arduino_Opta_Blueprint
31
- name: Arduino_SerialUpdater
32
- name: Arduino_DebugUtils
33
+ - name: ArduinoRS485
34
+ - name: ArduinoModbus
35
enable-deltas-report: true
36
github-token: ${{ secrets.GITHUB_TOKEN }}
37
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
38
+ cli-compile-flags: |
39
+ - --build-property
40
+ - compiler.cpp.extra_flags=-DUSE_MODBUS_SENSOR_MD02=1
41
42
# This step is needed to pass the size data to the report job.
43
- name: Upload sketches report to workflow artifact
0 commit comments