File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/ConfiguratorAgents/agents/BLE Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3232 - source-url: https://github.com/fabik111/Arduino_ConnectionHandler.git
3333 version: e8539870f2f8b7936f3126070b45055c38856bb1
3434 - source-url: https://github.com/fabik111/ArduinoBLE.git
35- version: 82e2a28f871e97b313846cee6d9efed8943dca53
35+ version: fc805066d2099cc3c011c8b0f77bfd480bb28575
3636 - source-url: https://github.com/arduino-libraries/Arduino_CloudUtils.git
3737 - source-url: https://github.com/arduino-libraries/Arduino_KVStore.git
3838 SKETCH_PATHS : |
Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ inline uint8_t BLEAgentClass::read() {
246246}
247247
248248inline int BLEAgentClass::write (const uint8_t *data, size_t len) {
249- return _outputStreamCharacteristic.write (data, len);
249+ return _outputStreamCharacteristic.writeValue (data, len);
250250}
251251
252252inline void BLEAgentClass::handleDisconnectRequest () {
You can’t perform that action at this time.
0 commit comments