@DaliB wrote:
I can't understand why this code doesn't execute
this.ble.startScan([]).subscribe(devices => {
if (JSON.stringify(devices.name) == 'my_ble')
console.log('device id:'+ JSON.stringify(devices.id));
can s/o help me please?
Posts: 1
Participants: 1