Skip to content

Instantly share code, notes, and snippets.

@euphy
Created April 9, 2019 17:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save euphy/ca0615d9822b86403bdc8bae1fdae56e to your computer and use it in GitHub Desktop.
Save euphy/ca0615d9822b86403bdc8bae1fdae56e to your computer and use it in GitHub Desktop.
Verbose upload string.
```
c:\users\sandy\.platformio\penv\scripts\python.exe C:\Users\sandy\.platformio\packages\tool-esptoolpy\esptool.py --chip esp32 --port "COM6" --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 40m --flash_size detect 0x1000 C:\Users\sandy\.platformio\packages\framework-arduinoespressif32\tools\sdk\bin\bootloader_dio_40m.bin 0x8000 c:\Users\sandy\Documents\PlatformIO\Projects\polargraph_esp\.pioenvs\nodemcu-32s\partitions.bin 0xe000 C:\Users\sandy\.platformio\packages\framework-arduinoespressif32\tools\partitions\boot_app0.bin 0x10000 .pioenvs\nodemcu-32s\firmware.bin
```
(snipped from "verbose upload".)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment