mirror of
https://github.com/esphome/esphome.git
synced 2025-08-10 20:29:24 +00:00
[core] Update to use esptool instead of deprecated esptool.py
This commit is contained in:
@@ -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",
|
||||
|
@@ -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: .*",
|
||||
|
Reference in New Issue
Block a user