Where is the esp32-c5 build file for arduino, platformio.ini #11472
Unanswered
Shade-emry
asked this question in
Q&A
Replies: 1 comment
-
You have to use the fork pioarduino
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Board
esp32-c5
Device Description
Where is the esp32-c5 build file for arduino, platformio.ini
Hardware Configuration
just ide enviroment
Version
latest development Release Candidate (RC-X)
IDE Name
VSCode
Operating System
windows 10
Flash frequency
n/a
PSRAM enabled
yes
Upload speed
115200
Description
Where is the esp32-c5 build file for Arduino, platformio.ini? I get compile errors because it can't find it?
[env:esp32c5]
platform = [email protected]
platform_packages =
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#3.3.0-alpha1
board = esp32-c5-devkitc-1
framework = arduino
board_build.variant = esp32c5
monitor_speed = 115200
build_flags =
-D BOARD=BOARD_ESP32C5DEVKIT1
-D ARDUINO_VARIANT=esp32c5
Sketch
arduino-esp32.git#3.3.0-alpha1
Debug Message
Other Steps to Reproduce
add this in platformio.ini:
Beta Was this translation helpful? Give feedback.
All reactions