mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 18:22:32 +00:00
ESP32c3: Migrate variants to new structure (#7342)
This commit is contained in:
11
variants/esp32c3/heltec_esp32c3/platformio.ini
Normal file
11
variants/esp32c3/heltec_esp32c3/platformio.ini
Normal file
@@ -0,0 +1,11 @@
|
||||
[env:heltec-ht62-esp32c3-sx1262]
|
||||
extends = esp32c3_base
|
||||
board = esp32-c3-devkitm-1
|
||||
build_flags =
|
||||
${esp32_base.build_flags}
|
||||
-D HELTEC_HT62
|
||||
-I variants/esp32c3/heltec_esp32c3
|
||||
monitor_speed = 115200
|
||||
upload_protocol = esptool
|
||||
;upload_port = /dev/ttyUSB0
|
||||
upload_speed = 921600
|
||||
Reference in New Issue
Block a user