Scott Logsdon

Results 2 comments of Scott Logsdon

@katzer Please review and merge this. The plugin is broken with Android SDK >= 31

I found the fix for Ionic/Angular using StarPRNT plugin. Use async function for portDiscovery. The Ionic docs say: ``` this.starprnt.portDiscovery('all') .then((res: any) => console.log(res)) .catch((error: any) => console.error(error)); ``` However...