File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
src/ConfiguratorAgents/agents/BLE Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 3030 - source-path: ./
3131 - name: Arduino_DebugUtils
3232 - source-url: https://github.com/fabik111/Arduino_ConnectionHandler.git
33- version: e8539870f2f8b7936f3126070b45055c38856bb1
34- - source-url: https://github.com/fabik111/ArduinoBLE.git
35- version: 82e2a28f871e97b313846cee6d9efed8943dca53
33+ version: 0314cf54593029aea05bb8c179e40a26128f7d67
34+ - source-url: https://github.com/arduino-libraries/ArduinoBLE.git
3635 - source-url: https://github.com/arduino-libraries/Arduino_CloudUtils.git
3736 - source-url: https://github.com/arduino-libraries/Arduino_KVStore.git
3837 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