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 5f30958 commit ec271d7Copy full SHA for ec271d7
.github/workflows/compile-rtk-everywhere.yml
@@ -50,7 +50,7 @@ jobs:
50
echo "JSON_ENDING=-${{ steps.dateNoScores.outputs.dateNoScores }}" >> "$GITHUB_ENV"
51
echo "JSON_FILE_NAME=RTK-Everywhere-RC-Firmware.json" >> "$GITHUB_ENV"
52
echo "ENABLE_DEVELOPER=true" >> "$GITHUB_ENV"
53
- echo "DEBUG_LEVEL=debug" >> "$GITHUB_ENV"
+ echo "DEBUG_LEVEL=error" >> "$GITHUB_ENV"
54
fi
55
56
- name: Setup Arduino CLI
0 commit comments