mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-10 20:07:45 +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
20 lines
541 B
INI
20 lines
541 B
INI
; Port to Disaster Radio's ESP32-v3 Dev Board
|
|
[env:meshtastic-dr-dev]
|
|
custom_meshtastic_hw_model = 41
|
|
custom_meshtastic_hw_model_slug = DR_DEV
|
|
custom_meshtastic_architecture = esp32
|
|
custom_meshtastic_actively_supported = false
|
|
custom_meshtastic_display_name = DR-DEV
|
|
custom_meshtastic_tags = DIY
|
|
|
|
extends = esp32_base
|
|
board = esp32doit-devkit-v1
|
|
board_level = extra
|
|
board_upload.maximum_size = 4194304
|
|
board_upload.maximum_ram_size = 532480
|
|
build_flags =
|
|
${esp32_base.build_flags}
|
|
-D DR_DEV
|
|
-D EBYTE_E22
|
|
-I variants/esp32/diy/dr-dev
|