Hello,
I created a new project for another board with the Arduino framework, then
I followed the instructions ( https://docs.espressif.com/projects/arduino-e.../installing.html#installing-using-platformio)
i.e. in the platformio.ini file, I changed the configuration to the one described above
[env:arduino-esp32c3].
platform = https://github.com/platformio/platform-espressif32.git#feature/arduino-upstream
board = esp32-c3-devkitm-1
framework = arduino
platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32#master .
Unfortunately I get the error: command 'platform-ide.build' not found
I suspect there's something wrong with this link : platform_packages , although it's from the official site.
Does anyone have any idea how to solve this?
I created a new project for another board with the Arduino framework, then
I followed the instructions ( https://docs.espressif.com/projects/arduino-e.../installing.html#installing-using-platformio)
i.e. in the platformio.ini file, I changed the configuration to the one described above
[env:arduino-esp32c3].
platform = https://github.com/platformio/platform-espressif32.git#feature/arduino-upstream
board = esp32-c3-devkitm-1
framework = arduino
platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32#master .
Unfortunately I get the error: command 'platform-ide.build' not found
I suspect there's something wrong with this link : platform_packages , although it's from the official site.
Does anyone have any idea how to solve this?