Skip to content

Instantly share code, notes, and snippets.

@tsl0922
Last active March 15, 2024 15:21
Show Gist options
  • Save tsl0922/26fdd9de47224f8e6450f17b147b40f3 to your computer and use it in GitHub Desktop.
Save tsl0922/26fdd9de47224f8e6450f17b147b40f3 to your computer and use it in GitHub Desktop.
LuatOS ESP32C3-CORE PlatformIO config
; Board Spec: https://wiki.luatos.com/chips/esp32c3/board.html
[env:esp32-c3-devkitm-1]
platform = espressif32
board = esp32-c3-devkitm-1
framework = arduino
board_build.flash_mode = dio
board_build.extra_flags =
-DARDUINO_ESP32C3_DEV
-DARDUINO_USB_MODE=1
-DARDUINO_USB_CDC_ON_BOOT=1
debug_tool = esp-builtin
upload_protocol = esptool
monitor_speed = 115200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment