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.
2 parents e0740d7 + 911a6ea commit 0f9f0ebCopy full SHA for 0f9f0eb
.github/workflows/main.yml
@@ -52,7 +52,7 @@ jobs:
52
if: steps.script.outputs.status == 'success' && !cancelled()
53
run: |
54
git clone https://github.com/espressif/esptool.git
55
- ./esptool/esptool.py --chip esp8266 merge_bin -o build/esp8266_dap_full.bin 0x0 build/bootloader/bootloader.bin 0x8000 build/partition_table/partition-table.bin 0x10000 build/esp8266_dap.bin
+ python3 ./esptool/esptool.py --chip esp8266 merge_bin -o build/esp8266_dap_full.bin 0x0 build/bootloader/bootloader.bin 0x8000 build/partition_table/partition-table.bin 0x10000 build/esp8266_dap.bin
56
mv build/esp8266_dap.bin build/esp8266_dap_app.bin
57
echo "::set-output name=status::success"
58
0 commit comments