Skip to content

Commit a23530b

Browse files
committed
CI: esptool warns about deprecating esptool.py
1 parent 24d6d88 commit a23530b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
with:
172172
tool: espflash
173173

174-
- name: Install esptool.py
174+
- name: Install esptool
175175
if: contains(matrix.input.platform, 'esp32')
176176
run: pip install esptool
177177

examples/esp32c3/runner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ tempdir=$(mktemp -d) || exit 1
1919
espflash save-image --chip esp32c3 --merge "$outputfilenamecargo" "$outputfilename" 1>&2
2020

2121
# Get stats
22-
esptool.py image_info --version 2 "$outputfilename" 1>&2
22+
esptool image_info --version 2 "$outputfilename" 1>&2
2323

2424
# Run in QEMU
2525
$qemuexec -nographic -monitor tcp:127.0.0.1:55555,server,nowait -icount 3 -machine esp32c3 -drive file="$outputfilename",if=mtd,format=raw -serial file:"$tempdir/$logfile" >"$tempdir"/$qemuoutputfile 2>&1 &

0 commit comments

Comments
 (0)