timed-remote

Flipper Zero app for sending delayed IR commands
git clone git://src.adamsgaard.dk/timed-remote # fast
git clone https://src.adamsgaard.dk/timed-remote.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit b1ef8943e92351dbe38907e3d778df00b9a8598d
parent 8a516c7a8ff12fe397705f8dd2bd7b74176b5b8c
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri, 30 Jan 2026 21:40:33 +0100

remove unused refs

Diffstat:
Mapplication.fam | 4++--
Mtimed_remote.c | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/application.fam b/application.fam @@ -10,8 +10,8 @@ App( # Optional values fap_description="Send IR commands after timed duration", fap_version="0.1", # (major, minor) - fap_icon="demo_app.png", # 10x10 1-bit PNG - # fap_author="A. Damsgaard", + # fap_icon="demo_app.png", # 10x10 1-bit PNG + fap_author="A. Damsgaard", # fap_weburl="https://src.adamsgaard.dk/timed-remote", fap_icon_assets="images", # Image assets to compile for this application ) diff --git a/timed_remote.c b/timed_remote.c @@ -1,7 +1,7 @@ #include <furi.h> /* generated by fbt from .png files in images folder */ -#include <demo_app_icons.h> +/* #include <demo_app_icons.h> */ int32_t timed_remote_app(void* p) { UNUSED(p);