Skip to content

Commit

Permalink
Exclude unphone tft for now. Something is wonky
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern committed Feb 8, 2025
1 parent 2996a96 commit 368d811
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/generate_ci_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
else:
outlist.append(section)
# 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)
if "board_check" in config[config[c].name]:
if (config[config[c].name]["board_check"] == "true") & (
Expand Down
1 change: 1 addition & 0 deletions variants/unphone/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ lib_deps = ${esp32s3_base.lib_deps}

[env:unphone-tft]
extends = env:unphone
board_level = extra
board_build.partitions = default_8MB.csv
build_flags =
${env:unphone.build_flags}
Expand Down

0 comments on commit 368d811

Please sign in to comment.