fix
This commit is contained in:
@ -116,7 +116,7 @@ bool engineIncOnTime() {
|
|||||||
onTime += STEP_100ms;
|
onTime += STEP_100ms;
|
||||||
}
|
}
|
||||||
|
|
||||||
void engineDecOffTime() {
|
bool engineDecOffTime() {
|
||||||
bool res = false;
|
bool res = false;
|
||||||
if (offTime != 0) {
|
if (offTime != 0) {
|
||||||
offTime -= STEP_100ms;
|
offTime -= STEP_100ms;
|
||||||
|
Reference in New Issue
Block a user