label boards as secondary to split the core firmware archive by support level.

Ref: https://docs.platformio.org/en/latest/scripting/examples/platformio_ini_custom_options.html
This commit is contained in:
Thomas Göttgens
2023-02-10 01:35:25 +01:00
parent dc6f6af7fb
commit 83e309f3bf
25 changed files with 27 additions and 33 deletions

View File

@@ -1,6 +1,7 @@
[env:heltec-v1]
;build_type = debug ; to make it possible to step through our jtag debugger
extends = esp32_base
board_level = extra
board = heltec_wifi_lora_32
build_flags =
${esp32_base.build_flags} -D HELTEC_V1 -I variants/heltec_v1