1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-15 06:53:07 +01:00

add custom app description to image

This commit is contained in:
wellenvogel
2021-12-15 17:11:25 +01:00
parent 01662d43fa
commit 3475b769ff
2 changed files with 21 additions and 4 deletions

View File

@@ -281,5 +281,8 @@ def cleangenerated(source, target, env):
print("#prescript...")
prebuild(env)
env.Append(
LINKFLAGS=[ "-u", "custom_app_desc" ]
)
#script does not run on clean yet - maybe in the future
env.AddPostAction("clean",cleangenerated)