Update apps

This commit is contained in:
Willy-JL
2023-07-26 02:08:35 +02:00
parent 18bb2a35f7
commit 356a4678d6
78 changed files with 1492 additions and 761 deletions

View File

@@ -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",

View File

@@ -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);
}
}