Not used: /home/builder/opt/libraries/latest/adafruit_ssd1306_2_0_1
Maybe this message could be even improved by letting the user know how to choose the other one.
I found several topics discussing similar issues, and apparently it's normal to have several libraries that have a header with the same file name. However, I didn't find any instructions how to select which library to use in this case. The only workaround I came up with is to choose the version number 2.0.1 from the drop-down box when including the library, as the latest version of the Wemos Mini OLED library is 1.1.2. In other words:
ballscrewbob:
Use of the left/right arrows (angle brackets) ( < > ) and quotation ( " " )marks have two different actions.
How does the Arduino builder handle differently include files that are between double quotation marks? For me the latter worked because the comment added by Arduino Web Editor advises the builder to choose version 2.0.1 that only exists for the original Adafruit SSD1306 library.
Thanks. It doesn't help in this case, though. I should have mentioned that I don't mean libraries that are installed "locally". I'm talking about using libraries that are available through the Library Manager, without installing them, just by #including them in the web editor.