mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-27 04:02:05 +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
21 lines
634 B
INI
21 lines
634 B
INI
[env:radiomaster_900_bandit_nano]
|
|
custom_meshtastic_hw_model = 64
|
|
custom_meshtastic_hw_model_slug = RADIOMASTER_900_BANDIT_NANO
|
|
custom_meshtastic_architecture = esp32
|
|
custom_meshtastic_actively_supported = true
|
|
custom_meshtastic_support_level = 2
|
|
custom_meshtastic_display_name = RadioMaster 900 Bandit Nano
|
|
custom_meshtastic_tags = RadioMaster
|
|
|
|
extends = esp32_base
|
|
board = esp32doit-devkit-v1
|
|
build_flags =
|
|
${esp32_base.build_flags}
|
|
-DRADIOMASTER_900_BANDIT_NANO
|
|
-DVTABLES_IN_FLASH=1
|
|
-DCONFIG_DISABLE_HAL_LOCKS=1
|
|
-O2
|
|
-I variants/esp32/radiomaster_900_bandit_nano
|
|
board_build.f_cpu = 240000000L
|
|
upload_protocol = esptool
|