Faster builds with arduino-cli

96 views Asked by At

I have a script that uses arduino-cli to generate a compiled build of my sketch that has a dependency on arduinoWebSockets among other libraries. Each build takes a lot of time, as it compiles all the library in the sketch every time I build the sketch, the sketch has a unique identifier that changes for each build, is there some way I can speed up the builds? I get that using precompiled versions of libraries is one way to go, but I am not sure how to get them or use them. Any help would be much appreciated as right now it takes about a minute or more to compiled my code

0

There are 0 answers