Arduino IDE is so frustrating i keep getting this error when i know the files exist
Libraries folder is read only and i want to store my library files in my sketch directory
Any tips and tricks?
Arduino IDE is so frustrating i keep getting this error when i know the files exist
Libraries folder is read only and i want to store my library files in my sketch directory
Any tips and tricks?
Hi,
Arduino Sketch specification is here:
You can install libraries to src
sub-directory.
FYI
I prefer Visual Studio Code + PlatformIO.