Skip to content

false notifications: Multiple libraries were found #9601

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
avandalen opened this issue Jan 7, 2020 · 1 comment
Closed

false notifications: Multiple libraries were found #9601

avandalen opened this issue Jan 7, 2020 · 1 comment

Comments

@avandalen
Copy link

I keep getting false notifications: Multiple libraries were found.
I have a simple sketch to demonstrate this.
There is just one library Streaming installed here, on:
D:\Albert\Documents\Arduino\libraries
I searched well on my PC and there is nowhere a second Streaming lib present.

This is the very simple sketch:

#include <Streaming.h>

void setup() 
{ m
}

void loop()
{ 
}

I
The error Multiple libraries were found for "Streaming.h" is shown
If I delete the m, the result is: compiling done, no further messages

@per1234
Copy link
Collaborator

per1234 commented Jan 7, 2020

I believe this was already fixed by arduino/arduino-cli#478

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants