Skip to content

Commit 0f9f0eb

Browse files
committed
Merge branch 'master' into develop
2 parents e0740d7 + 911a6ea commit 0f9f0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
if: steps.script.outputs.status == 'success' && !cancelled()
5353
run: |
5454
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
55+
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
5656
mv build/esp8266_dap.bin build/esp8266_dap_app.bin
5757
echo "::set-output name=status::success"
5858

0 commit comments

Comments
 (0)