mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-18 15:57:24 +00:00
Migrate all of the Meshtastic API attributes into the ini as a source of truth (#9214)
* 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
This commit is contained in:
@@ -1,7 +1,16 @@
|
||||
[env:tracker-t1000-e]
|
||||
custom_meshtastic_support_level = 1
|
||||
custom_meshtastic_images = tracker-t1000-e.svg
|
||||
custom_meshtastic_tags = Seeed
|
||||
|
||||
extends = nrf52840_base
|
||||
board = tracker-t1000-e
|
||||
board_level = pr
|
||||
custom_meshtastic_hw_model = 71
|
||||
custom_meshtastic_hw_model_slug = TRACKER_T1000_E
|
||||
custom_meshtastic_architecture = nrf52840
|
||||
custom_meshtastic_display_name = Seeed SenseCAP T1000-E
|
||||
custom_meshtastic_actively_supported = true
|
||||
build_flags = ${nrf52840_base.build_flags}
|
||||
-Ivariants/nrf52840/tracker-t1000-e
|
||||
-Isrc/platform/nrf52/softdevice
|
||||
|
||||
Reference in New Issue
Block a user