Skip to content

Commit ec271d7

Browse files
committed
Reduce debug level on RCs
1 parent 5f30958 commit ec271d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile-rtk-everywhere.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
echo "JSON_ENDING=-${{ steps.dateNoScores.outputs.dateNoScores }}" >> "$GITHUB_ENV"
5151
echo "JSON_FILE_NAME=RTK-Everywhere-RC-Firmware.json" >> "$GITHUB_ENV"
5252
echo "ENABLE_DEVELOPER=true" >> "$GITHUB_ENV"
53-
echo "DEBUG_LEVEL=debug" >> "$GITHUB_ENV"
53+
echo "DEBUG_LEVEL=error" >> "$GITHUB_ENV"
5454
fi
5555
5656
- name: Setup Arduino CLI

0 commit comments

Comments
 (0)