Fix build after dev merge
This commit is contained in:
parent
4112b909f1
commit
954a3118db
|
@ -149,7 +149,7 @@ class AutotunePlugin @Inject constructor(
|
|||
autotuneFS.exportResult(result)
|
||||
autotuneFS.exportLogAndZip(lastRun)
|
||||
rxBus.send(EventAutotuneUpdateGui())
|
||||
return result
|
||||
return
|
||||
}
|
||||
var currentCalcDay = 0
|
||||
for (i in 0 until daysBack) {
|
||||
|
|
|
@ -2,7 +2,7 @@ package info.nightscout.androidaps.interfaces
|
|||
|
||||
interface Autotune {
|
||||
|
||||
fun aapsAutotune(daysBack: Int, autoSwitch: Boolean, profileToTune: String = "", days: BooleanArray? = null)
|
||||
fun aapsAutotune(daysBack: Int, autoSwitch: Boolean, profileToTune: String = "", weekDays: BooleanArray? = null)
|
||||
fun atLog(message: String)
|
||||
|
||||
var lastRunSuccess: Boolean
|
||||
|
|
Loading…
Reference in a new issue