Skip to content

Pass the `options` Array parameter to ReadValue()

NeoCat requested to merge NeoCat/ruby-ble:master into master

As mentioned in #12, current bluez requires the options parameter for the ReadValue() interface of BLE device characteristics.

This adds an empty options array to ReadValue() to resolve #12.

Merge request reports