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
Realised when uploading from Arduino IDE on Mac OS X (10.15 Catalina), using MassSotrage method, it fails, saying that the .ino.bin is a directory.
Adding a -r to the cp command in tools/macosx/massStorageCopy.sh solved the issue, but I'm not sure it's the best way to do this.