mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-23 09:06:02 +00:00
21 lines
586 B
INI
21 lines
586 B
INI
[env:tlora-c6]
|
|
extends = esp32c6_base
|
|
framework = arduino, espidf
|
|
board = esp32-c6-devkitm-1
|
|
board_check = true
|
|
board_build.partitions = partition-table.csv
|
|
upload_protocol = esptool
|
|
upload_speed = 921600
|
|
extra_scripts = pre:bin/platformio-custom.py
|
|
build_flags =
|
|
${esp32c6_base.build_flags}
|
|
-D TLORA_C6
|
|
-I variants/tlora_c6
|
|
-D ARDUINO_USB_CDC_ON_BOOT=1
|
|
-D ARDUINO_USB_MODE=1
|
|
-L "${platformio.libdeps_dir}/${this.__env__}/bsec2/src/esp32c3"
|
|
-D HAS_BLUETOOTH=1
|
|
-D MESHTASTIC_EXCLUDE_WEBSERVER
|
|
-D MESHTASTIC_EXCLUDE_MQTT
|
|
-D CONFIG_NIMBLE_CPP_FREERTOS_TASK_BLOCK_BIT=1
|