print var
This commit is contained in:
parent
6703a9ee49
commit
cc6543f32f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-clang-doxy.yml
vendored
2
.github/workflows/build-clang-doxy.yml
vendored
|
|
@ -149,7 +149,7 @@ jobs:
|
|||
echo "$content"
|
||||
- name: Create combined binary using Esptool merge_bin
|
||||
run: |
|
||||
echo "$steps.get_board_json.outputs.boardJson"
|
||||
echo "{$steps.get_board_json.outputs.boardJson}"
|
||||
python3 -m esptool --chip ${{fromJson(steps.get_board_json.outputs.boardJson).esptool.chip}} merge_bin \
|
||||
--flash_mode ${{fromJson(steps.get_board_json.outputs.boardJson).esptool.flashMode}} \
|
||||
--flash_freq ${{fromJson(steps.get_board_json.outputs.boardJson).esptool.flashFreq}} \
|
||||
|
|
|
|||
Loading…
Reference in a new issue