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:
parent
9a53d6e209
commit
ecb5e9cc32
@ -130,4 +130,4 @@ def esp32_create_combined_bin(source, target, env):
|
|||||||
esptool.main(cmd)
|
esptool.main(cmd)
|
||||||
|
|
||||||
|
|
||||||
env.AddPostAction("$BUILD_DIR/${PROGNAME}.bin", esp32_create_combined_bin)
|
env.AddPostAction("buildprog", esp32_create_combined_bin)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user