slacjs
slacjs copied to clipboard
Update BLE plugin to newest version
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