mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 18:22:32 +00:00
PIO: Fix ESP32 sub-variant inheritance (#8983)
This commit is contained in:
@@ -6,8 +6,8 @@ board_check = true
|
||||
board_build.partitions = default_16MB.csv
|
||||
upload_protocol = esptool
|
||||
build_flags =
|
||||
${esp32_base.build_flags}
|
||||
${esp32s3_base.build_flags}
|
||||
-D PRIVATE_HW
|
||||
-D M5STACK_CORES3
|
||||
-I variants/esp32s3/m5stack_cores3
|
||||
lib_deps = ${esp32_base.lib_deps}
|
||||
lib_deps = ${esp32s3_base.lib_deps}
|
||||
|
||||
Reference in New Issue
Block a user