mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-24 17:32:18 +00:00
Exclude unphone tft for now. Something is wonky
This commit is contained in:
parent
2996a9616f
commit
368d811ea6
@ -36,7 +36,7 @@ for subdir, dirs, files in os.walk(rootdir):
|
|||||||
else:
|
else:
|
||||||
outlist.append(section)
|
outlist.append(section)
|
||||||
# Add the TFT variants if the base variant is selected
|
# Add the TFT variants if the base variant is selected
|
||||||
elif section.replace("-tft", "") in outlist:
|
elif section.replace("-tft", "") in outlist and config[config[c].name].get("board_level") != "extra":
|
||||||
outlist.append(section)
|
outlist.append(section)
|
||||||
if "board_check" in config[config[c].name]:
|
if "board_check" in config[config[c].name]:
|
||||||
if (config[config[c].name]["board_check"] == "true") & (
|
if (config[config[c].name]["board_check"] == "true") & (
|
||||||
|
@ -32,6 +32,7 @@ lib_deps = ${esp32s3_base.lib_deps}
|
|||||||
|
|
||||||
[env:unphone-tft]
|
[env:unphone-tft]
|
||||||
extends = env:unphone
|
extends = env:unphone
|
||||||
|
board_level = extra
|
||||||
board_build.partitions = default_8MB.csv
|
board_build.partitions = default_8MB.csv
|
||||||
build_flags =
|
build_flags =
|
||||||
${env:unphone.build_flags}
|
${env:unphone.build_flags}
|
||||||
|
Loading…
Reference in New Issue
Block a user