Board to use for Wemos Mini ESP32?

I found this resource on this board - trying to find a more detailed spec on it.

Wemos D1 Mini 32

Chip on it is a WROOM 32
wroom 32

Does anyone know if either the lolin32 or the wemosbat is compatible with this board?

In PIO there isn’t much difference between the ESP32 boards except for the description names and a macro for the architecture (e.g. -DARDUINO_LOLIN32). See platform-espressif32/boards at develop · platformio/platform-espressif32 · GitHub. Any ESP32 board target will just work fine, you might just not have certain things like LED_BUILTIN (if it exists) mapped correctly.