Arduino as ESP-IDF component using this platform?
Closed this issue · 2 comments
mairas commented
Hi,
Thanks for the great initiative.
I'm trying to figure out whether it is possible and/or how to use Arduino as an ESP-IDF component using this platform. My naïve solution of just using the following platformio.ini
config didn't seem to work (the build process is identical to regular PlatformIO Arduino):
platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.04/platform-espressif32.zip
board = esp32dev
framework = arduino, espidf
Jason2866 commented
See in examples how to do. It is working as exactly like this.
Jason2866 commented
Closing since no issue with pioarduino