Created
August 5, 2015 16:54
-
-
Save andrempo/ac8245a6346b03ad7762 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ------------------------------ | |
tools.esptool.cmd=esptool | |
tools.esptool.cmd.windows="C:\Python27\python.exe" | |
tools.esptool.path= | |
tools.esptool.upload.protocol=esp | |
tools.esptool.upload.params.verbose=-vv | |
tools.esptool.upload.params.quiet= | |
tools.esptool.upload.pattern={cmd} "C:\Python27\Scripts\esptool.py" --port "{serial.port}" --baud 76800 write_flash 0x00000 "{build.path}/{build.project_name}_00000.bin" 0x10000 "{build.path}/{build.project_name}_10000.bin" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Alterar esptool como explicado no post: http://www.esp8266.com/viewforum.php?f=17