- changed version number
This commit is contained in:
parent
4e9202651f
commit
5fec1ccc55
|
@ -8,4 +8,5 @@ V2 - Rewrite into kotlin, new database (for v3.0)
|
|||
0002 - some fixes
|
||||
0003 - SMB fix (798)
|
||||
0004 - Zero TBR Duration fix (798), refactoring of TempBasalProcessDTO
|
||||
0005 - fixes to MedtronicHistoryEntry lateinit problem
|
||||
0005 - fixes to MedtronicHistoryEntry lateinit problem
|
||||
0006 - when bolus is placed, we adjust detailedBolusInfo with current timestamp
|
|
@ -116,7 +116,7 @@ class MedtronicPumpPlugin @Inject constructor(
|
|||
private var isBusy = false
|
||||
|
||||
override fun onStart() {
|
||||
aapsLogger.debug(LTag.PUMP, deviceID() + " started. (V2.0005)")
|
||||
aapsLogger.debug(LTag.PUMP, deviceID() + " started. (V2.0006)")
|
||||
serviceConnection = object : ServiceConnection {
|
||||
override fun onServiceDisconnected(name: ComponentName) {
|
||||
aapsLogger.debug(LTag.PUMP, "RileyLinkMedtronicService is disconnected")
|
||||
|
|
Loading…
Reference in a new issue