Build factory.bin in every compile attempt

This is required to apply changes  which are maybe only related to  the data directory.
This commit is contained in:
Thomas Basler 2024-11-07 19:10:41 +01:00
parent 9a53d6e209
commit ecb5e9cc32

View File

@ -130,4 +130,4 @@ def esp32_create_combined_bin(source, target, env):
esptool.main(cmd)
env.AddPostAction("$BUILD_DIR/${PROGNAME}.bin", esp32_create_combined_bin)
env.AddPostAction("buildprog", esp32_create_combined_bin)