mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 02:32:23 +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.
9 lines
188 B
INI
9 lines
188 B
INI
; The 1.0 release of the nano-g1 board
|
|
[env:station-g1]
|
|
extends = esp32_base
|
|
board = ttgo-t-beam
|
|
build_flags =
|
|
${esp32_base.build_flags}
|
|
-D STATION_G1
|
|
-I variants/esp32/station-g1
|