ngamulin
ngamulin
I have also tried to run on android and iOS and didn't work. @wouterbulten do you know what else could cause the problem?
@jaimels9 @wouterbulten I managed to solve bluetooth issues by fixing the address of [Cordova Bluetooth LE Plugin](https://github.com/randdusing/cordova-plugin-bluetoothle) in config.js (line 59): replace 'com.randdusing.bluetoothle' with 'cordova-plugin-bluetoothle'. As the plugin requires newer...
thanks @wouterbulten Actually I have first read the article and there got the repository address. Excellent work! I will pull the project and commit changes.
@wouterbulten As configuration/filter removal didn't work, I tried to go through the code and noticed that that the call of fuction initRadio() in [bluetooth.js](https://github.com/wouterbulten/slacjs/blob/e21748e5c11f1eb6357dc528bc60a4645ff09e22/src/app/device/bluetooth.js#L22) doesn't initialize the radio.