mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-11 16:07:13 +00:00
Collect inkhud
This commit is contained in:
parent
6f9e4d5b1a
commit
ded45cf17d
@ -38,6 +38,8 @@ for subdir, dirs, files in os.walk(rootdir):
|
|||||||
# 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 and config[config[c].name].get("board_level") != "extra":
|
elif section.replace("-tft", "") in outlist and config[config[c].name].get("board_level") != "extra":
|
||||||
outlist.append(section)
|
outlist.append(section)
|
||||||
|
elif section.replace("-inkhud", "") in outlist and config[config[c].name].get("board_level") != "extra":
|
||||||
|
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") & (
|
||||||
"check" in options
|
"check" in options
|
||||||
|
Loading…
Reference in New Issue
Block a user