I have over 10 esp modules in my house all controlling and measuring and communicating and reporting with one common struct. But every time i add a new field to the struct I have to open each file, change the ota destination and recompile.
Is there a way I can put the locations of all these .ino's into one file with the IP address so that they can all be compiled and loaded in one batch?