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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user