You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@
2
2
3
3
It is a plugin like [UniversalRF Remix](https://github.com/ESurge/flipperzero-firmware-unirfremix) but for infrared files. I do this plugin for convenience, because the main IR app need to navigate for different button abit troublesome (buttons like up,down,left,right,back). I found it useful for TV and TV box.
4
4
5
-
It supports short press and long press input for different ir remote buttons. Tested on the [unleashed firmware version unlshd-023](https://github.com/DarkFlippers/unleashed-firmware/releases/tag/unlshd-023)
5
+
It supports short press and long press input for different ir remote buttons. Tested on the [unleashed firmware version unlshd-047](https://github.com/DarkFlippers/unleashed-firmware/releases/tag/unlshd-047)
6
6
7
7
8
8
## How to install
9
9
10
-
1. Update unleashed firmware to the version unlshd-023, then download the `ir_remote.fap` from [releases](https://github.com/Hong5489/ir_remote/tags)
10
+
1. Update unleashed firmware to the version unlshd-047, then download the `ir_remote.fap` from [releases](https://github.com/Hong5489/ir_remote/tags)
11
11
12
12
2. Put the `ir_remote.fap` file in your flipper's SD card, under `apps` folder
13
13
@@ -17,7 +17,7 @@ It supports short press and long press input for different ir remote buttons. Te
17
17
18
18
The format With `HOLD` one is long press, without is short press
19
19
20
-
Example of the configuration file:
20
+
Example of the configuration file (Update: the string format can be in any order):
21
21
```
22
22
REMOTE: /ext/infrared/Philips_32PFL4208T.ir
23
23
UP: Up
@@ -60,4 +60,13 @@ Choose config file to map
60
60
61
61
Show all button name in the config file (If empty will show N/A). Upper part short press, Lower part long press
62
62
63
-

63
+

64
+
65
+
## Update
66
+
Thanks to [friebel](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/pull/535), [d4ve10](https://github.com/Hong5489/ir_remote/pull/4) and [polarikus](https://github.com/Hong5489/ir_remote/pull/2)
67
+
- Added auto create `ir_remote` directory
68
+
- Fixed string format
69
+
- Added for hold button will send IR multiple times
0 commit comments