Open aw3s0me opened 8 years ago
Hello everyone, According to Node.js documentation, new Buffer(..) is deprecated. (https://nodejs.org/api/buffer.html#buffer_new_buffer_array Is it possible to change to .alloc method and .from? For instance, there [https://github.com/hybridgroup/cylon-ble/blob/master/lib/characteristic.js#L50](Link to new Buffer line).
Hello everyone, According to Node.js documentation, new Buffer(..) is deprecated. (https://nodejs.org/api/buffer.html#buffer_new_buffer_array Is it possible to change to .alloc method and .from? For instance, there [https://github.com/hybridgroup/cylon-ble/blob/master/lib/characteristic.js#L50](Link to new Buffer line).