feat(core): 更新py-esptool (version: 4.8.1)
This commit is contained in:
@@ -36,7 +36,7 @@ class AmpyExt extends Ampy {
|
||||
run: '{{&y}} -p {{&port}} -b {{&baud}} -i 0 run "{{&filePath}}"'
|
||||
}
|
||||
|
||||
this.AMPY_PATH = path.join(Env.srcDirPath, './tools/python/ampy/cli.py');
|
||||
this.AMPY_PATH = path.join(Env.srcDirPath, './tools/python/ampy_main.py');
|
||||
|
||||
this.AMPY_TEMPLATE = Mustache.render('"{{&python3}}" "{{&y}}"', {
|
||||
python3: Env.python3Path,
|
||||
|
||||
Reference in New Issue
Block a user