mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02:00
idf.py: add python path to flash instructions
Closes https://github.com/espressif/esptool/issues/449
This commit is contained in:
@@ -448,7 +448,8 @@ def init_cli(verbose_output=None):
|
||||
for o, f in flash_items:
|
||||
cmd += o + " " + flasher_path(f) + " "
|
||||
|
||||
print("%s -p %s -b %s --before %s --after %s write_flash %s" % (
|
||||
print("%s %s -p %s -b %s --before %s --after %s write_flash %s" % (
|
||||
PYTHON,
|
||||
_safe_relpath("%s/components/esptool_py/esptool/esptool.py" % os.environ["IDF_PATH"]),
|
||||
args.port or "(PORT)",
|
||||
args.baud,
|
||||
|
Reference in New Issue
Block a user