Skip to content
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

Typo in include #5

Closed
juppees opened this issue Mar 30, 2020 · 1 comment
Closed

Typo in include #5

juppees opened this issue Mar 30, 2020 · 1 comment

Comments

@juppees
Copy link

juppees commented Mar 30, 2020

I just took a quick look into your lib and got stuck due to a case sensitivity error.
In file
NimBLE-Arduino/src/NimBLEDevice.h, line 20 has to be written as
#include "NimBLEScan.h"
instead of
#include "NimbleScan.h"
to work in case sensitive operating systems like Linux.

Thanks,
Josef

@h2zero
Copy link
Owner

h2zero commented Mar 30, 2020

Omg lol, not sure how that happened, hopefully there isn’t any more instances like that. Thanks for reporting! I’ll fix it right away.

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

No branches or pull requests

2 participants