Minor fixes + changed wifi and drd libraries

This commit is contained in:
Magnus
2021-03-28 15:30:43 +02:00
parent f56ef0c56f
commit a0d172540b
16 changed files with 71 additions and 48 deletions

View File

@ -46,5 +46,5 @@ def after_build(source, target, env):
f.close()
print( "Adding custom build step: (create json)")
print( "Adding custom build step (create json):")
env.AddPreAction("buildprog", after_build)