@@ -14,7 +14,7 @@ App(
fap_libs=["assets"],
fap_icon="icons/xremote_10px.png",
fap_icon_assets="icons",
- fap_version="0.9",
+ fap_version="1.0",
fap_category="Infrared",
fap_author="Leedave",
fap_description="One-Click, sends multiple commands",
@@ -8,6 +8,7 @@ This app combines your IR commands into a playlist that can be run with one clic
- Add pauses inbetween commands
- Save your command chain / playlist to flipper
- Disable LED effects if not wanted
+- Configure duration of IR Signals
## In Development
- Ability to also add SubGhz commands
@@ -1,3 +1,6 @@
+## v1.0
+- Added option to change IR Signal Timing
+
## v0.9
- New Repository for App