Skip to content

Instantly share code, notes, and snippets.

@andrempo
Created August 5, 2015 16:54
Show Gist options
  • Save andrempo/ac8245a6346b03ad7762 to your computer and use it in GitHub Desktop.
Save andrempo/ac8245a6346b03ad7762 to your computer and use it in GitHub Desktop.
# ------------------------------
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"
@andrempo
Copy link
Author

andrempo commented Aug 5, 2015

Alterar esptool como explicado no post: http://www.esp8266.com/viewforum.php?f=17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment