These boards should be built when changes are made to the Meshtastic Core. Narrowed signficantly to stop wasting time.
19 lines
590 B
INI
19 lines
590 B
INI
[env:t-impulse-plus]
|
|
custom_meshtastic_hw_model = 135
|
|
custom_meshtastic_hw_model_slug = T_IMPULSE_PLUS
|
|
custom_meshtastic_architecture = nrf52840
|
|
custom_meshtastic_actively_supported = true
|
|
custom_meshtastic_support_level = 1
|
|
custom_meshtastic_display_name = LILYGO T-Impulse Plus
|
|
custom_meshtastic_tags = LilyGo
|
|
custom_meshtastic_requires_dfu = true
|
|
|
|
extends = nrf52840_base
|
|
board = t-impulse-plus
|
|
|
|
build_flags = ${nrf52840_base.build_flags}
|
|
-I variants/nrf52840/t-impulse-plus
|
|
-D T_IMPULSE_PLUS
|
|
|
|
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/t-impulse-plus>
|