mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
Use esptool-ck for flashing
This commit is contained in:
parent
687e472b4b
commit
0962670a60
@ -1,7 +1,7 @@
|
|||||||
##############################################################
|
##############################################################
|
||||||
esp01.name=ESP-01
|
esp01.name=ESP-01
|
||||||
|
|
||||||
esp01.upload.tool=esptoolpy
|
esp01.upload.tool=esptool
|
||||||
esp01.upload.speed=115200
|
esp01.upload.speed=115200
|
||||||
esp01.upload.wait_for_upload_port=true
|
esp01.upload.wait_for_upload_port=true
|
||||||
|
|
||||||
|
@ -80,9 +80,9 @@ recipe.size.regex.eeprom=^(?:\.eeprom)\s+([0-9]+).*
|
|||||||
|
|
||||||
# ------------------------------
|
# ------------------------------
|
||||||
|
|
||||||
tools.esptoolpy.cmd.path={runtime.ide.path}/hardware/tools/esp8266/espflash
|
tools.esptool.cmd.path={runtime.ide.path}/hardware/tools/esp8266/esptool
|
||||||
|
|
||||||
tools.esptoolpy.program.params.verbose=
|
tools.esptool.program.params.verbose=-v -v
|
||||||
tools.esptoolpy.program.params.quiet=
|
tools.esptool.program.params.quiet=-q
|
||||||
tools.esptoolpy.program.pattern="{cmd.path}" --port={serial.port} write_flash 0x00000 "{build.path}/{build.project_name}_00000.bin" 0x40000 "{build.path}/{build.project_name}_40000.bin"
|
tools.esptool.program.pattern="{cmd.path}" -cp {serial.port} -ca 0x00000 -cf "{build.path}/{build.project_name}_00000.bin" -ca 0x40000 -cf "{build.path}/{build.project_name}_40000.bin"
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
esptoolpy.name=esptool
|
esptool.name=esptool
|
||||||
esptoolpy.communication=serial
|
esptool.communication=serial
|
||||||
esptoolpy.protocol=esp
|
esptool.protocol=esp
|
||||||
esptoolpy.program.protocol=esp
|
esptool.program.protocol=esp
|
||||||
esptoolpy.program.tool=esptoolpy
|
esptool.program.tool=esptool
|
||||||
esptoolpy.program.extra_params=
|
esptool.program.extra_params=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user