Consume device-ui as a pio library (#6193)

This commit is contained in:
Austin
2025-03-05 17:19:59 -05:00
committed by GitHub
parent 239e5412b3
commit b96b027926
10 changed files with 32 additions and 51 deletions

View File

@@ -125,4 +125,9 @@ for flag in flags:
projenv.Append(
CCFLAGS=flags,
)
)
for lb in env.GetLibBuilders():
if lb.name == "meshtastic-device-ui":
lb.env.Append(CPPDEFINES=[("APP_VERSION", verObj["long"])])
break