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
I use the Chip Type: ESP32D0WDQ6 The ESP32 board is from Joy-IT https://joy-it.net/en/products/SBC-NodeMCU-ESP32
When trying to flash, I get the error: "chip_id is not supported for esp32"
with other ESP32 boards it works. Somebody can help?
The text was updated successfully, but these errors were encountered:
@dreinhardt, @ricki-z I have created a fork with (supposedly) feature that you need, BUT it need's testing because I don't have ESP32 boards.
master...thepapermen:airrohr-firmware-flasher:esp32support
def get_chip_id(esp): """ A shim to fix firmware flashing for ESP-32 """ try: return esp.chip_id() except NotSupportedError: return esp.read_mac()
Here you can download firmware executables for your OS: https://github.com/thepapermen/airrohr-firmware-flasher/actions/runs/6093268890
Sorry, something went wrong.
No branches or pull requests
I use the Chip Type: ESP32D0WDQ6
The ESP32 board is from Joy-IT
https://joy-it.net/en/products/SBC-NodeMCU-ESP32
When trying to flash, I get the error: "chip_id is not supported for esp32"
with other ESP32 boards it works. Somebody can help?
The text was updated successfully, but these errors were encountered: