arduino-test-compile
arduino-test-compile copied to clipboard
How to merge binaries into single binary?
Currently in produces multiple binaries for each .ino. (partitions, booloader, sketch, etc)
How can I make it to produce a single binary which can be flushed to esp32 device?
esptool.py Has option merge_bin for that
can arduino-test-compile invoke it?
thanks