You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
arduino-cli lib install --zip-path /PATH/TO/Library.zip
will result in the content of the library folder to be flat, so every file will be at the same level and might result in failing includes and other unexpected behaviours
The text was updated successfully, but these errors were encountered:
Installing a library from a zip path
arduino-cli lib install --zip-path /PATH/TO/Library.zip
will result in the content of the library folder to be flat, so every file will be at the same level and might result in failing includes and other unexpected behaviours
The text was updated successfully, but these errors were encountered: