Last active
March 15, 2024 15:21
-
-
Save tsl0922/26fdd9de47224f8e6450f17b147b40f3 to your computer and use it in GitHub Desktop.
LuatOS ESP32C3-CORE PlatformIO config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; 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