-
Notifications
You must be signed in to change notification settings - Fork 39
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
Add ESP32 support #51
Comments
I had the same problem but got around it by finding and replacing both instances of "chip_id" (lines 496 and 642 in airrohr-flasher.py) with "read_mac" and then recompiling. This is new to me so I might not have understood all the complexities, but it seems that ESP32 doesn't use the command chip_id so read_mac is the closest thing. It ran fine after I made that change. I haven't yet connected it up to the other hardware, so consider this an answer-in-progress. |
It is in the esptool.py. We should write a conditional statement or use this function: |
I've createad a pull request with this fix, hopefully someone can test it on both ESP32 and ESP8266. |
We need to add support for ESP32 based board flashing in order to support Sensor Kit 2.
The text was updated successfully, but these errors were encountered: