platformio / platform-espressif32

Espressif 32: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/espressif32
Apache License 2.0
901 stars 607 forks source link

not find Analog Continuous mode API in "esp32-hal-adc.h" #1382

Closed stardust-an closed 4 months ago

stardust-an commented 4 months ago

When I move a project from Arduino IDE to PlatformIO, there is no Analog Continuous mode API in platform-espressif32-Arduino v6.7.0 "esp32-hal-adc.h" ,how to slove it?Thank you very much! Screenshot 2024-05-22 103824

{26B40E07-6B41-47E0-A637-9F0F21EB2CB7}

valeros commented 4 months ago

Hi @stardust-an, this feature is only available in the Arduino core v3.0 which is not yet released and not supported by PlatformIO.