File tree 2 files changed +3
-4
lines changed
src/ConfiguratorAgents/agents/BLE
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 30
30
- source-path: ./
31
31
- name: Arduino_DebugUtils
32
32
- 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
36
35
- source-url: https://github.com/arduino-libraries/Arduino_CloudUtils.git
37
36
- source-url: https://github.com/arduino-libraries/Arduino_KVStore.git
38
37
SKETCH_PATHS : |
Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ inline uint8_t BLEAgentClass::read() {
246
246
}
247
247
248
248
inline int BLEAgentClass::write (const uint8_t *data, size_t len) {
249
- return _outputStreamCharacteristic.write (data, len);
249
+ return _outputStreamCharacteristic.writeValue (data, len);
250
250
}
251
251
252
252
inline void BLEAgentClass::handleDisconnectRequest () {
You can’t perform that action at this time.
0 commit comments