slacjs icon indicating copy to clipboard operation
slacjs copied to clipboard

Update BLE plugin to newest version

Open wouterbulten opened this issue 8 years ago • 0 comments

The current version of the BLE plugin is deprecated. The app should use the new version:

https://github.com/randdusing/cordova-plugin-bluetoothle

Found by @ngamulin:

I managed to solve bluetooth issues by fixing the address of Cordova Bluetooth LE Plugin in config.js (line 59): replace 'com.randdusing.bluetoothle' with 'cordova-plugin-bluetoothle'.

See also #12

wouterbulten avatar Jun 07 '16 20:06 wouterbulten