- changed version number

This commit is contained in:
Andy Rozman 2022-06-12 14:24:25 +01:00
parent 4e9202651f
commit 5fec1ccc55
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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")