mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-23 03:00:56 +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.
13 lines
322 B
INI
13 lines
322 B
INI
[env:radiomaster_900_bandit_nano]
|
|
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
|