ISSPRO-Eng
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...
Thanks for the help all. Can probably close this issue.
Happening to me currently^
Same here as well
@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...
I had to downgrade to 0.7.0
Try using this in your appdelgate.cs NativeDeviceIdHelper.GetIdFromNativeDevice = o => { if (o is CBPeripheral bt) { return bt.Identifier.ToString(); } return null; };
Anyone have updates?
> > Anyone have updates? > > if you don't need the foreground service, you can just disable it. > > ```cs > _dfuInstall.Start(new DfuConfiguration() { DisableNotification = true, Foreground...