Once again I have the problem of finding the right board and type for the yaml file.
Someone a hint
Is this right?
esp32:
board: wemos_d1_mini32
Thanks
Once again I have the problem of finding the right board and type for the yaml file.
Someone a hint
Is this right?
esp32:
board: wemos_d1_mini32
Thanks
It’s an esp8266. Notice the first feature listed in the second photo. Try:
esp8266:
board: esp01_1m
Ahh direct first line thanks. I will try this board
No, you have the “classic” D1 Mini (clone) which is based on a ESP82xx
esp8266:
board: d1_mini
Can also try this thanks
It works with both but the d1_mini
as board also allows you to use the “friendly” pin names like printed on the board (pin: D4
for example) in your yamls
Nice
I will try it thanks a bunch