I wondered what the correct way of initializing a fresh Wemos D1 Mini, for Arduino use, is.
I thought I only need to use esptool to erase_flash and can then upload my sketches with the Arduino IDE (d1 mini board settings).
However, it only worked after I used esptool to flash nodemcu onto it - is this normal? I thought that would be redundant..
Can anyone tell me what the right steps are?