David Lee 2 лет назад
Родитель
Сommit
3a1bba76c8
3 измененных файлов с 5 добавлено и 1 удалено
  1. 1 1
      application.fam
  2. 1 0
      docs/README.md
  3. 3 0
      docs/changelog.md

+ 1 - 1
application.fam

@@ -14,7 +14,7 @@ App(
     fap_libs=["assets"],
     fap_libs=["assets"],
     fap_icon="icons/xremote_10px.png",
     fap_icon="icons/xremote_10px.png",
     fap_icon_assets="icons",
     fap_icon_assets="icons",
-    fap_version="0.9",
+    fap_version="1.0",
     fap_category="Infrared",
     fap_category="Infrared",
     fap_author="Leedave",
     fap_author="Leedave",
     fap_description="One-Click, sends multiple commands",
     fap_description="One-Click, sends multiple commands",

+ 1 - 0
docs/README.md

@@ -8,6 +8,7 @@ This app combines your IR commands into a playlist that can be run with one clic
 - Add pauses inbetween commands 
 - Add pauses inbetween commands 
 - Save your command chain / playlist to flipper
 - Save your command chain / playlist to flipper
 - Disable LED effects if not wanted
 - Disable LED effects if not wanted
+- Configure duration of IR Signals
 
 
 ## In Development
 ## In Development
 - Ability to also add SubGhz commands 
 - Ability to also add SubGhz commands 

+ 3 - 0
docs/changelog.md

@@ -1,3 +1,6 @@
+## v1.0
+- Added option to change IR Signal Timing
+
 ## v0.9
 ## v0.9
 
 
 - New Repository for App 
 - New Repository for App