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 5ddf1e2 commit 4e15adbCopy full SHA for 4e15adb
.github/workflows/release-offline.yml
@@ -222,8 +222,7 @@ jobs:
222
run: |
223
# check ${{fromJson(steps.get_board_json.outputs.boardJson).esptool.flashMode}} is not empty
224
if [ -z "${{fromJson(steps.get_board_json.outputs.boardJson).esptool.flashMode}}" ]; then
225
- echo "Error: esptool.flashMode is not set in board definition."
226
- exit 1
+ echo "Error: esptool.flashMode is not set in board definition, using KEEP for all settings."
227
fi
228
BOARD_NAME="${{fromJson(steps.get_board_json.outputs.boardJson).bootloaderBoardName}}"
229
for attempt in 1 2; do
0 commit comments