Skip to content

Commit 26db7a2

Browse files
committed
Reduce debug level to suppress BLE prints
1 parent 0ae775a commit 26db7a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/non-release-build.yml

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

0 commit comments

Comments
 (0)