Replies: 1 comment 1 reply
-
Because you are using ESP8266 bin file, download the mitsubishi2MQTT_ESP32_IDF.bin.zip from https://github.com/dzungpv/mitsubishi2MQTT/releases |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to flash a ESP32-WROOM-32 (labeled on package)
esptools says ESP32-D0WD-V3 (revision v3.1)
If I flash with
esptool --port /dev/ttyUSB0 -b 460800 --before default-reset --chip auto write-flash --flash-mode dio --flash-size keep --flash_freq 40m 0x0 /tmp/mitsubishi2MQTT_WEMOS_D1_Mini.bin
I get this Messages:
Warning: Unexpected chip ID in image. Expected 0 but value was 3424. Is this image for a different chip model?
There are no other errors, but it's not booting in AP-Mode.
What's wrong?
Beta Was this translation helpful? Give feedback.
All reactions