fix IV notify
This commit is contained in:
+1
-1
@@ -919,7 +919,7 @@ static void EliteNotifyControl(){
|
||||
if ((INSTRUCTION.eliteFxn == IVCurve) && (StepTimeCounter == StepTime - 1)) {
|
||||
SendNotify();
|
||||
}
|
||||
else if (StepTimeCounter == StepTime) {
|
||||
else if ((INSTRUCTION.eliteFxn != IVCurve) && (StepTimeCounter == StepTime)) {
|
||||
SendNotify();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user