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 3609fbfe951db5e1fac604ce4e0570bb7b7a926e
parent 7ed97109e34227a25e17036cbda657c8c4e21eca
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sat, 31 Jan 2026 10:38:57 +0100

fix: manifest and icon type

Diffstat:
Mapplication.fam | 12++++++------
Mtimed_remote.png | 0
2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/application.fam b/application.fam @@ -1,8 +1,8 @@ # For details & more options, see documentation/AppManifests.md in firmware repo App( - appid="timed_remote", # Must be unique - name="Timed Remote", # Displayed in UI + appid="timed_remote", + name="Timed Remote", apptype=FlipperAppType.EXTERNAL, entry_point="timed_remote_app", stack_size=4 * 1024, @@ -10,9 +10,9 @@ App( fap_libs=["infrared"], # 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_version="0.1", + fap_icon="timed_remote.png", fap_author="A. Damsgaard", - # fap_weburl="https://src.adamsgaard.dk/timed-remote", - fap_icon_assets="images", # Image assets to compile for this application + fap_weburl="https://github.com/anders-dc/timed-remote", + # fap_icon_assets="images", # Image assets to compile for this application ) diff --git a/timed_remote.png b/timed_remote.png Binary files differ.