mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-22 16:56:53 +00:00
don't build non-MUI variants
This commit is contained in:
parent
71a77c1dd3
commit
d8058c2c4f
@ -66,6 +66,7 @@ lib_deps =
|
||||
# 2.4/2.8 inch 320x240 IPS ST7789
|
||||
[env:elecrow-24-28]
|
||||
extends = crowpanel_base
|
||||
board_level = extra
|
||||
|
||||
build_flags =
|
||||
${crowpanel_base.build_flags}
|
||||
@ -114,6 +115,7 @@ build_flags =
|
||||
# 3.5 inch 480x320 IPS ILI9488
|
||||
[env:elecrow-35]
|
||||
extends = crowpanel_base
|
||||
board_level = extra
|
||||
|
||||
build_flags =
|
||||
${crowpanel_base.build_flags}
|
||||
@ -215,5 +217,3 @@ build_flags =
|
||||
|
||||
build_src_filter =
|
||||
${crowpanel_base_tft.build_src_filter}
|
||||
+<../lib/device-ui/generated/ui_800x480>
|
||||
+<../lib/device-ui/generated/ui_800x480/images>
|
Loading…
Reference in New Issue
Block a user