mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-20 09:43:03 +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.
16 lines
371 B
INI
16 lines
371 B
INI
[env:betafpv_900_tx_nano]
|
|
extends = esp32_base
|
|
board = esp32doit-devkit-v1
|
|
board_level = extra
|
|
build_flags =
|
|
${esp32_base.build_flags}
|
|
-D BETAFPV_900_TX_NANO
|
|
-D VTABLES_IN_FLASH=1
|
|
-D CONFIG_DISABLE_HAL_LOCKS=1
|
|
-O2
|
|
-I variants/esp32/betafpv_900_tx_nano
|
|
board_build.f_cpu = 240000000L
|
|
upload_protocol = esptool
|
|
;upload_port = /dev/ttyUSB0
|
|
upload_speed = 460800
|