mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 21:28:36 -07:00
Update apps
This commit is contained in:
3
applications/external/timelapse/zeitraffer.c
vendored
3
applications/external/timelapse/zeitraffer.c
vendored
@@ -326,6 +326,7 @@ int32_t zeitraffer_app(void* p) {
|
||||
}
|
||||
}
|
||||
}
|
||||
view_port_update(view_port);
|
||||
}
|
||||
|
||||
// Наше событие — это сработавший таймер
|
||||
@@ -379,6 +380,8 @@ int32_t zeitraffer_app(void* p) {
|
||||
default:
|
||||
notification_message(notifications, &sequence_display_backlight_enforce_auto);
|
||||
}
|
||||
|
||||
view_port_update(view_port);
|
||||
}
|
||||
if(Time < 1) Time = 1; // Не даём открутить таймер меньше единицы
|
||||
if(Count < -1)
|
||||
|
||||
Reference in New Issue
Block a user