-
-
Notifications
You must be signed in to change notification settings - Fork 720
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
ble issue #639
Comments
Are you using NimBLE 1.3.5? |
Not sure why this is still using v1.3.5 when v2.2.x is out...but, I'm sure there is a reason. To help with the build I went through all the libraries to document which versions the build was using (and then saved it to the readme.txt file in the libraries folder of the marauder project). This was helpful since I had to roll back a few and make sure not to select the 'update all' when the Arduino IDE asks if I want to update my libraries. This was core to my problem since I've always had the habit of using the latest versions and updating my code if needed. Maybe this might help someone else...hope my formatting holds when this posts. Nope it didn't and I don't know how to post a table. So I reformatted it as a comma separated values (i.e. csv) which you can then just copy paste into a csv file and use it that way. Library, Expected, Version, Latest, Author |
i am trying build the firmware on Arduino ide . i downloaded all the libraries but when i complie this error: no matching function for call to 'NimBLEAdvertisementData::addData(std::__cxx11::string)' comes always. is something wrong in the code or library i am using . i used the zip file provided on this repo
The text was updated successfully, but these errors were encountered: