Can you provide me help supporting ESP32-DevKitM-1 v1.0?

Same misunderstanding as in here.

Even more develish for PlatformIO: Depending on the manufacturing date, this board is dualcore, not unicore.

Thing is that this is an Arduino issue per

and by the second last comment they seem to still not want to have official Unicore support.

As stated in the above thread, you can try and use the modified tasmota platform which explicitly has unicore boards and modified frameworks to support it.

[env:esp32-solo1]
; includes 2.0.6 arduino-esp32
platform = https://github.com/tasmota/platform-espressif32/releases/download/2022.12.2/platform-espressif32.zip
; automatically selects framework-arduino-solo1 unicore variant
board = esp32-solo1
framework = arduino