ESP32 C3 - platformio + arduino - cannot configur eit
Posted: Sat Apr 09, 2022 5:15 pm
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?
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?