mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-20 17:52:35 +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
289 B
INI
13 lines
289 B
INI
; M5stack CoreS3
|
|
[env:m5stack-cores3]
|
|
extends = esp32s3_base
|
|
board = m5stack-cores3
|
|
board_check = true
|
|
board_build.partitions = default_16MB.csv
|
|
upload_protocol = esptool
|
|
build_flags =
|
|
${esp32s3_base.build_flags}
|
|
-D PRIVATE_HW
|
|
-D M5STACK_CORES3
|
|
-I variants/esp32s3/m5stack_cores3
|