Skip to content

Instantly share code, notes, and snippets.

@shraiwi
Created December 2, 2022 03:10
Show Gist options
  • Save shraiwi/3d3f0dd06a5cfee892c3dc630495552b to your computer and use it in GitHub Desktop.
Save shraiwi/3d3f0dd06a5cfee892c3dc630495552b to your computer and use it in GitHub Desktop.
How to access espefuse.py/esptool in PlatformIO

How to access espefuse.py/esptool in PlatformIO

  1. Run pio system info to get the python path, look for Python Executable
  2. Run {pio python executable} -m {esptool|espefuse} to get the tools running!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment