-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
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
esptool.py: use Python3 #14392
esptool.py: use Python3 #14392
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still works with this change.
Weird, |
I restarted the build in Murdock. If it failes again due to unrelated errors, we shouldn't build with |
AFAIR esp32 was blacklisted from CI, looks like a hardware failure. |
Why that? At least in last nighlty |
Hm looks like it was just a single test #14238 |
|
Contribution description
All our tools use python3 and
esptool.py
also works fine with it.To avoid having to install dependencies twice and switch away from EOL Python2, convert
esptool.py
to use Python3.Testing procedure
Flashing esp8266 & esp32 should still work.
Issues/PRs references
alternative to #14033