I use the wemos_d1_mini32 board.
I can compile my test code but it is not possible to upload it to my device:
A fatal error occurred: This chip is ESP32-S2 not ESP32. Wrong --chip argument?
my platformio.ini is:
[env:wemos_d1_mini32]
platform = espressif32
board = wemos_d1_mini32
framework = arduino
upload_protocol = esptool
Can someone help me?
Thanks