We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The py2hex tool that is described seems to be missing. I see the function in uflash.py, but one still has to add something trivial like
py2hex.py: --->>--- import uflash import sys if name == 'main': uflash.py2hex(sys.argv[1:]) ---<<----
or am I missing some trick here?
The text was updated successfully, but these errors were encountered:
The py2hex command line tool should be available when uflash is pip installed. This is done by setting the "console scripts" entry point in:
py2hex
uflash/setup.py
Lines 40 to 42 in 147ea94
Sorry, something went wrong.
No branches or pull requests
The py2hex tool that is described seems to be missing. I see the function in uflash.py, but one still has to add something trivial like
py2hex.py:
--->>---
import uflash
import sys
if name == 'main':
uflash.py2hex(sys.argv[1:])
---<<----
or am I missing some trick here?
The text was updated successfully, but these errors were encountered: