mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-11 06:09:08 -07:00
Update apps
This commit is contained in:
@@ -10,6 +10,7 @@ App(
|
||||
],
|
||||
fap_category="Infrared",
|
||||
fap_icon="ir_10px.png",
|
||||
fap_icon_assets="images",
|
||||
fap_author="@Hong5489 & @friebel & @d4ve10",
|
||||
fap_weburl="https://github.com/Hong5489/ir_remote",
|
||||
fap_version="1.0",
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
#include <gui/gui.h>
|
||||
#include <input/input.h>
|
||||
#include <dialogs/dialogs.h>
|
||||
#include "ir_remote_icons.h"
|
||||
#include <assets_icons.h>
|
||||
#include <dolphin/dolphin.h>
|
||||
|
||||
@@ -538,6 +539,7 @@ int32_t infrared_remote_app(char* p) {
|
||||
is_transmitting = true;
|
||||
}
|
||||
}
|
||||
view_port_update(app->view_port);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user