Remove duplicate libraries from Web Editor?

I accidentally imported the same library twice and now get a compile error.

How do I remove the second copy?

/Jacob

  • From the menu on the left side of the Arduino Web Editor window, click "Libraries".
  • Click the "Custom" tab.
  • Hover the mouse over the name of the library you want to delete.
  • Click the downward pointing triangle button to the right of the library name.
  • Click "Delete Library"

Don't know whats going on, but the Custom tab is empty.

I can how ever now compile sketches that use the imported library.

Arduino Web Editor comes with all the ~3000 Library Manager libraries pre-installed. Likely the library your sketch needs is one of those.