mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-25 03:07:44 +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
17 lines
493 B
INI
17 lines
493 B
INI
[env:CDEBYTE_EoRa-S3]
|
|
custom_meshtastic_hw_model = 61
|
|
custom_meshtastic_hw_model_slug = CDEBYTE_EORA_S3
|
|
custom_meshtastic_architecture = esp32-s3
|
|
custom_meshtastic_actively_supported = true
|
|
custom_meshtastic_support_level = 3
|
|
custom_meshtastic_display_name = EBYTE EoRa-S3
|
|
custom_meshtastic_tags = EByte
|
|
custom_meshtastic_requires_dfu = true
|
|
|
|
extends = esp32s3_base
|
|
board = CDEBYTE_EoRa-S3
|
|
build_flags =
|
|
${esp32s3_base.build_flags}
|
|
-D CDEBYTE_EORA_S3
|
|
-I variants/esp32s3/CDEBYTE_EoRa-S3
|