mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-11 01:10:20 +01:00
Fix: Really always execute the generate of the factory.bin file
This commit is contained in:
@@ -130,4 +130,5 @@ def esp32_create_combined_bin(source, target, env):
|
||||
esptool.main(cmd)
|
||||
|
||||
|
||||
env.AddPostAction("buildprog", esp32_create_combined_bin)
|
||||
from SCons.Script import AlwaysBuild
|
||||
AlwaysBuild(env.AddPostAction("buildprog", esp32_create_combined_bin))
|
||||
|
||||
Reference in New Issue
Block a user