Add missing set_color(Off) in else statement
This commit is contained in:
parent
cbb0a33aa3
commit
2c460135c5
@ -366,7 +366,7 @@ LaunchControlXL::update_track_control_led(uint8_t n)
|
|||||||
b->set_color(RedLow);
|
b->set_color(RedLow);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
b->set_color(Off);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user