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 22c63b8 commit 313c298Copy full SHA for 313c298
.github/workflows/compile-examples.yml
@@ -33,6 +33,9 @@ jobs:
33
enable-deltas-report: true
34
github-token: ${{ secrets.GITHUB_TOKEN }}
35
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
36
+ cli-compile-flags: |
37
+ - --build-property
38
+ - compiler.cpp.extra_flags=-DUSE_MODBUS_SENSOR_MD02=1
39
40
# This step is needed to pass the size data to the report job.
41
- name: Upload sketches report to workflow artifact
0 commit comments