Hello.
I have a ESP32-MINI-1 Espressif module on an Espressif ESP32 DevKitM-1 development board.
Does anyone know what board type I should be choosing in PlatformIO?
Thanks, Ohboy.
Hello.
I have a ESP32-MINI-1 Espressif module on an Espressif ESP32 DevKitM-1 development board.
Does anyone know what board type I should be choosing in PlatformIO?
Thanks, Ohboy.
You can simply use
board = esp32dev
Thank you for your help.
board = esp32 is what I have in a working project, now.
I got there by selecting Espressif ESP32 Dev Module from the PIO Home => Quick Access => New Project => Project Wizard => “Board” type.
The reason that the initial program didn’t work was because of a “Noob” mistake – I forgot to start the serial monitor session with Serial.begin(115200);