mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-16 14:57:41 +00:00
* Migrate all of the Meshtastic API attributes into the ini as a source of truth * Cleanup garbage coalescing * Another spot * We already account for inkhud and mui * Consolidate * Removed them * Boogers * Infer * Copying manifest should always succeed * Remove portduino guards * Rename * None
22 lines
634 B
INI
22 lines
634 B
INI
[env:heltec-ht62-esp32c3-sx1262]
|
|
custom_meshtastic_hw_model = 53
|
|
custom_meshtastic_hw_model_slug = HELTEC_HT62
|
|
custom_meshtastic_architecture = esp32-c3
|
|
custom_meshtastic_actively_supported = true
|
|
custom_meshtastic_support_level = 1
|
|
custom_meshtastic_display_name = Heltec HT62
|
|
custom_meshtastic_images = heltec-ht62-esp32c3-sx1262.svg
|
|
custom_meshtastic_tags = Heltec
|
|
|
|
extends = esp32c3_base
|
|
board = esp32-c3-devkitm-1
|
|
board_level = pr
|
|
build_flags =
|
|
${esp32c3_base.build_flags}
|
|
-D HELTEC_HT62
|
|
-I variants/esp32c3/heltec_esp32c3
|
|
monitor_speed = 115200
|
|
upload_protocol = esptool
|
|
;upload_port = /dev/ttyUSB0
|
|
upload_speed = 921600
|