Hi folks!
Any idea what to choose when setting up a new ESPHome device while using a D1 mini ESP32?
I chose this but it does not seem to work.
esp32:
board: wemos_d1_mini32
framework:
type: arduino
Thank you so much!
Hi folks!
Any idea what to choose when setting up a new ESPHome device while using a D1 mini ESP32?
I chose this but it does not seem to work.
esp32:
board: wemos_d1_mini32
framework:
type: arduino
Thank you so much!
I have the same board and selected
esp32:
board: wemos_d1_mini32
It works well
If you need to check go to the page pointed to in the docs. PlatformIO Registry
Search for your board. Click on your entry for your board, in this case you’ll get here WeMos D1 MINI ESP32 — PlatformIO latest documentation and all is revealed.
Thank you so much!!