mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-13 02:09:58 +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)
|
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