01Space / ESP32-C3FH4-RGB

65 stars 25 forks source link

board settings for platformio #12

Open tius opened 6 months ago

tius commented 6 months ago

Is it possible program the board using PlatformIO? I tried:

board = esp32-c3-devkitm-1
build_flags =
    -D ARDUINO_USB_MODE=1 
    -D ARDUINO_USB_CDC_ON_BOOT=1

Upload was working, but no serial output appears.