buildog

Results 4 comments of buildog

@LucasLannes are you still receiving output from http_trace ?

maybe by activating WebGL but don't know how to do that within a resin image ?

Change `import { BLE } from "@ionic-native/ble/ngx";` to `import { BLE } from "@ionic-native/ble";`

You can try ``` BLE.startScan([]).subscribe( device => discovered(device), error => console.log(error) ); ```