Page 1 of 1

ESP32 C3 - platformio + arduino - cannot configur eit

Posted: Sat Apr 09, 2022 5:15 pm
by GregP72
Hi,
I setup a new project for arduino with different board being supported, then I changed platformio.ini file as described in : https://docs.espressif.com/projects/ard ... platformio

[env:arduino-esp32c3]
platform = https://github.com/platformio/platform- ... o-upstream
board = esp32-c3-devkitm-1
framework = arduino
platform_packages =
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32#master

However I am getting error: 'platformio-ide.build' not found
when Irmeove the last line (platform_packages = ...) the projcet comiples but GPIO function do not work. Hte same code compiled under Arduino IDE works .
Any suggestions?

Re: ESP32 C3 - platformio + arduino - cannot configur eit

Posted: Mon Apr 11, 2022 10:01 am
by chegewara