How to use AZ-Delivery D1 mini ESP8266MOD 12-F Board with Platformio

I want to use the board from AZ-Delivery “D1 mini ESP8266MOD 12-F” with Platformio.

In Arduino-IDE I have to add the following to additional board-manager URLs:
https://arduino.esp8266.com/stable/package_esp8266com_index.json
Then I can select the board: Generic ESP8266 Module.

In PlatformIO I cannot find this board. What to do?

Best regards
Georg

Then the “WeMos D1 R2 and mini” board definition, aka [board = d1_mini](WeMos D1 R2 and mini), will suit best.

Thanks for your fast answer. Compile and upload works. LED is blinking.

Best regards
Georg