mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 18:29:56 +00:00
13 lines
290 B
INI
13 lines
290 B
INI
|
[env:heltec-ht62-esp32c3-sx1262]
|
||
|
extends = esp32c3_base
|
||
|
board = esp32-c3-devkitm-1
|
||
|
board_level = extra
|
||
|
build_flags =
|
||
|
${esp32_base.build_flags}
|
||
|
-D HELTEC_HT62
|
||
|
-I variants/heltec_esp32c3
|
||
|
monitor_speed = 115200
|
||
|
upload_protocol = esptool
|
||
|
upload_port = /dev/ttyUSB0
|
||
|
upload_speed = 921600
|