mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-17 07:17:32 +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
18 lines
547 B
INI
18 lines
547 B
INI
[env:thinknode_m2]
|
|
custom_meshtastic_hw_model = 90
|
|
custom_meshtastic_hw_model_slug = THINKNODE_M2
|
|
custom_meshtastic_architecture = esp32-s3
|
|
custom_meshtastic_actively_supported = true
|
|
custom_meshtastic_support_level = 1
|
|
custom_meshtastic_display_name = ThinkNode M2
|
|
custom_meshtastic_images = thinknode_m2.svg
|
|
custom_meshtastic_tags = Elecrow
|
|
custom_meshtastic_requires_dfu = false
|
|
|
|
extends = esp32s3_base
|
|
board = ESP32-S3-WROOM-1-N4
|
|
build_flags =
|
|
${esp32s3_base.build_flags}
|
|
-D ELECROW_ThinkNode_M2
|
|
-I variants/esp32s3/ELECROW-ThinkNode-M2
|