You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
await device.receive(array => {
// TODO: Process the samples in `array`
// - Every 2 items form an I/Q sample
// - int8 means the range is -128 to +127
//console.log(array);
return false;
})