mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-04 00:52:17 +00:00
Remove lib_deps section for all PlatformIO envs which are unneeded (only references the `extends` lib_deps, thus pointless) This makes the configs more concise and make future PIO variants/ libdeps audits easier.
12 lines
365 B
INI
12 lines
365 B
INI
; Promicro + E22900M30S
|
|
[env:WashTastic]
|
|
extends = nrf52840_base
|
|
board = promicro-nrf52840
|
|
board_level = extra
|
|
build_flags = ${nrf52840_base.build_flags}
|
|
-I variants/nrf52840/diy/nrf52_promicro_diy_tcxo
|
|
-D PRIVATE_HW
|
|
-D EBYTE_E22_900M30S
|
|
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/diy/nrf52_promicro_diy_tcxo>
|
|
debug_tool = jlink
|