ISSPRO-Eng

Results 43 comments of ISSPRO-Eng

Yeah I have been running into multiple issues with this repo in .NET Maui currently as well

Got the foreground issue done with the above workaround. I am now running into an invalid BT Address. I had been using this address in my Xamarin app but now...

@nissaba Any luck on updating the firmware on more than one device ? I have to restart the app every time I update the firmware because it says the controller...

Try using this in your appdelgate.cs NativeDeviceIdHelper.GetIdFromNativeDevice = o => { if (o is CBPeripheral bt) { return bt.Identifier.ToString(); } return null; };

> > Anyone have updates? > > if you don't need the foreground service, you can just disable it. > > ```cs > _dfuInstall.Start(new DfuConfiguration() { DisableNotification = true, Foreground...