Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3990674

Browse files
committed
Revert "fix deprecated warnings caaused from esptool v5.0.0 (espressif#11556)"
This reverts commit b709a78. Removing $PYTHONEXE break on Windows, making Windows open esptool.py in Notepad instead.
1 parent e59af36 commit 3990674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tools/pioarduino-build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def generate_bootloader_image(bootloader_elf):
9595
env.VerboseAction(
9696
" ".join(
9797
[
98-
"$OBJCOPY",
98+
'"$PYTHONEXE" "$OBJCOPY"',
9999
"--chip",
100100
build_mcu,
101101
"elf2image",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /