-
-
Notifications
You must be signed in to change notification settings - Fork 284
ERROR Compile the StandardFirmataBle #387
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
Comments
Sorry i have need Firmata ble under Test Folder |
I think this issue should be re-opened until the following pull request is merged by the Firmata maintainers: firmata/arduino#335 |
I reopen this issue for a request by @sandeepmistry |
Sandeep already filed an issue for this, so I don't know why he asked you to re-open it. Please follow that one ^^ don't re-open this one. |
@eriknyquist #377 is about the sketch not working after firmata/arduino#335 is applied. |
I have this error when updating the latest snapshot:
In file included from /tmp/arduino_build_563639/sketch/bleConfig.h:65:0,
from /root/Arduino/libraries/Firmata/examples/StandardFirmataBLE/StandardFirmataBLE.ino:42:
/root/Arduino/libraries/Firmata/utility/BLEStream.h: In member function ‘void BLEStream::end()’:
/root/Arduino/libraries/Firmata/utility/BLEStream.h:121:59: error: call of overloaded ‘setEventHandler(BLECharacteristicEvent, NULL)’ is ambiguous
this->_rxCharacteristic.setEventHandler(BLEWritten, NULL);
^
/root/Arduino/libraries/Firmata/utility/BLEStream.h:121:59: note: candidates are:
In file included from /root/.arduino15/packages/Intel/hardware/arc32/1.0.7/libraries/CurieBLE/src/CurieBLE.h:37:0,
from /tmp/arduino_build_563639/sketch/bleConfig.h:64,
from /root/Arduino/libraries/Firmata/examples/StandardFirmataBLE/StandardFirmataBLE.ino:42:
/root/.arduino15/packages/Intel/hardware/arc32/1.0.7/libraries/CurieBLE/src/BLECharacteristic.h:465:10: note: void BLECharacteristic::setEventHandler(BLECharacteristicEvent, BLECharacteristicEventHandler)
void setEventHandler(BLECharacteristicEvent event,
^
/root/.arduino15/packages/Intel/hardware/arc32/1.0.7/libraries/CurieBLE/src/BLECharacteristic.h:467:10: note: void BLECharacteristic::setEventHandler(BLECharacteristicEvent, BLECharacteristicEventHandlerOld)
void setEventHandler(BLECharacteristicEvent event,
The text was updated successfully, but these errors were encountered: