[core] Update to use esptool instead of deprecated esptool.py

This commit is contained in:
J. Nick Koston
2025-08-01 10:06:16 -10:00
parent 1f7c59f88d
commit 7c12f1a5bf
2 changed files with 2 additions and 1 deletions

View File

@@ -277,7 +277,7 @@ def upload_using_esptool(config, port, file, speed):
def run_esptool(baud_rate):
cmd = [
"esptool.py",
"esptool",
"--before",
"default_reset",
"--after",

View File

@@ -61,6 +61,7 @@ FILTER_PLATFORMIO_LINES = [
r"Advanced Memory Usage is available via .*",
r"Merged .* ELF section",
r"esptool.py v.*",
r"esptool v.*",
r"Checking size .*",
r"Retrieving maximum program size .*",
r"PLATFORM: .*",