arduino / include-robot

GNU General Public License v3.0
7 stars 6 forks source link

Install libraries during tauri installer build #63

Open lucarin91 opened 3 months ago

lucarin91 commented 3 months ago

We can exec arduino-cli lib install <library-name> for installing the library before sketch compilation. The system should install different library for different board, so maybe we should add a config file with the list of libraries for each FQBN