cleaned up the code and reduced the size of the diff by removing things like additional whitespaces
This commit is contained in:
parent
5da65494b3
commit
56af4a0b83
6 changed files with 14 additions and 19 deletions
|
|
@ -140,7 +140,7 @@ void QuickSettings::OnButtonEvent(lv_obj_t* object, lv_event_t event) {
|
|||
|
||||
if (lv_obj_get_state(btn3, LV_BTN_PART_MAIN) & LV_STATE_CHECKED) {
|
||||
settingsController.SetVibrationStatus(Controllers::Settings::Vibration::ON);
|
||||
motorController.RunForDuration(35);
|
||||
motorController.runForDuration(35);
|
||||
lv_label_set_text_static(btn3_lvl, Symbols::notificationsOn);
|
||||
} else {
|
||||
settingsController.SetVibrationStatus(Controllers::Settings::Vibration::OFF);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue