Skip to content

Commit

Permalink
Build factory.bin in every compile attempt
Browse files Browse the repository at this point in the history
This is required to apply changes  which are maybe only related to  the data directory.
  • Loading branch information
tbnobody committed Nov 7, 2024
1 parent 9a53d6e commit ecb5e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pio-scripts/create_factory_bin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit ecb5e9c

Please sign in to comment.