This fixed too many bugs...
This commit is contained in:
parent
a8200f7ce4
commit
2181319f75
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@ int32_t flippypass_app(void* p) {
|
|||
|
||||
// Updating canvas
|
||||
view_port_update(ui->canvas);
|
||||
|
||||
// Delay?
|
||||
furi_delay_ms(100);
|
||||
}
|
||||
|
||||
// Cleanup
|
||||
|
|
Loading…
Reference in a new issue