-
Notifications
You must be signed in to change notification settings - Fork 23
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
no member named 'converterFunction' - Complilation fails #33
Comments
Hello @sighmon , What version of Q. |
@qfisch Thanks for the update. I've got:
Is there a combination that I should be able to build with now? Or wait until BLE gadget is updated? |
@sighmon : Q. |
Hej @sighmon in the end the changes were already done in code but were never released. Q. |
@qfisch I'm still seeing this error when trying to compile with:
|
Hej @sighmon Yes this release only solved the dependency issue with UPT Core. |
Hi there,
I've just bought a Sparkfun ESP32-C6 to use with an Adafruit SCD30.
In the past I've had success building for an Adafruit ESP32-C3, but am running into these errors:
Guessing it was related to: h2zero/NimBLE-Arduino#642
I tried using this branch: https://github.com/h2zero/NimBLE-Arduino/tree/esp32-c6-test
So then I added
#include <string>
toArduino/libraries/Sensirion_Gadget_BLE_Arduino_Lib/src/ByteArray.h
The text was updated successfully, but these errors were encountered: