xdripswift/xdrip/BluetoothTransmitter
Johan Degraeve 8ad5bd8910 if willRestorState is called, then make sure a trace is done, so we can see in the issue reports that this has happened
in BluetoothTransmitter : centralManager is initialized with key CBCentralManagerOptionRestoreIdentifierKey. The assigned value must always be the same (per bluetooth peripheral), otherwise willRestoreState doesn't get called.

Previously it was always a random value, ie always a different value.

Now it's always the same value, consisting of the appname + the mac address of the peripheral, meaning unique per peripheral but the same value for each app start.

One exception is the first scan, because then we don't know yet the mac address, in that case a random value is used.
2021-03-26 22:34:58 +01:00
..
CGM Pass ConstantsHome.applicationName to text strings and localization files 2021-03-24 14:49:32 +01:00
Generic if willRestorState is called, then make sure a trace is done, so we can see in the issue reports that this has happened 2021-03-26 22:34:58 +01:00
M5Stack memory improvements Dexcom G5 and M5Stack 2020-10-16 21:48:15 +02:00
watlaa Blucon : fixes in blockNumberForNowGlucoseData to remove frequent crashes. Also small code improvements. 2021-02-25 19:54:54 +01:00