Commit graph

296 commits

Author SHA1 Message Date
scaff.walker
0f2bf693c1
Update mf_classic_dict.nfc 2023-02-11 02:26:56 +03:00
scaff.walker
01f5167577
Update mf_classic_dict.nfc 2023-02-11 02:25:32 +03:00
scaff.walker
6a3f1cb9e4
Update mf_classic_dict.nfc 2023-02-11 02:20:52 +03:00
scaff.walker
6e21e204ab
Update mf_classic_dict.nfc 2023-02-11 00:30:49 +03:00
MX
2c22061580
Merge pull request #318 from amec0e/dev
Updated infrared assets
2023-02-10 16:52:07 +03:00
MX
6f44900e05
Update API symbols 2023-02-08 21:24:21 +03:00
MX
d02c586b92
Merge branch 'fz-dev' into dev 2023-02-08 21:05:17 +03:00
Skorpionm
db1a8f8014
[FL-3099] SubGhz: add protocol KingGates Stylo4k (#2368)
* [FL-3099] SubGhz: add protocol KingGates Stylo4k
* SubGhz: add unit test file
* f7: api: reverted symbols

Co-authored-by: hedger <hedger@nanode.su>
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2023-02-09 02:47:39 +09:00
amec0e
6c517d5030
Updated tv.ir
Updated last checked
2023-02-08 17:44:15 +00:00
amec0e
575cce48af
Updated projectors.ir
New additions
2023-02-08 17:43:39 +00:00
amec0e
4de21410b7
Updated fans.ir
New additions
2023-02-08 17:43:06 +00:00
amec0e
f0c3cde2f3
Updated audio.ir
New additions
2023-02-08 17:42:37 +00:00
amec0e
3993f2b89c
Update ac.ir
Updated last Checked
2023-02-08 17:40:46 +00:00
itsweekly
39841bd5a9
Universal Projector Remote (#2343)
Co-authored-by: Georgii Surkov <georgii.surkov@outlook.com>
Co-authored-by: あく <alleteam@gmail.com>
2023-02-09 02:28:34 +09:00
MX
bbc1ba62fc
Merge branch 'fz-dev' into dev 2023-02-08 20:12:10 +03:00
Skorpionm
31259d5304
[FL-3091] SubGhz: add protocol Alutech at-4n (#2352)
* GubGhz: add protocol Alutech at-4n
* SubGhz: fix syntax
* SubGhz: fix subghz_protocol_decoder_alutech_at_4n_get_hash_data
* SubGhz: add unit test alutech at-4n
* SubGhz: add name key

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2023-02-09 01:59:49 +09:00
MX
b1f581239b
BadUSB: Keyboard Layouts (#2256)
* BadUSB: Keyboard Layouts
* Apply requested changes pt1
* Add layout file check when we loading config

Co-authored-by: Nikolay Minaylov <nm29719@gmail.com>
Co-authored-by: あく <alleteam@gmail.com>
2023-02-09 00:01:00 +09:00
MX
30081b79c4
Mirror my changes to badusb layouts from PR 2023-02-08 16:10:47 +03:00
Wild Rat
147f42a2b7
Add Daikin FTXM20M & Mitsubishi SRK63HE (#2349)
Co-authored-by: あく <alleteam@gmail.com>
2023-02-07 00:49:34 +09:00
MX
f45f2a45da
Remove invalid keys from mf classic dict 2023-02-02 13:46:53 +03:00
amec0e
989442eab6
Updated fans.ir
Removed 2 temp entries as it does not adjust fan speed.
2023-01-31 17:20:23 +00:00
amec0e
d91dc04585
Updated tv.ir
updated last checked
2023-01-31 15:09:31 +00:00
amec0e
e6f7e3a37e
Updated projectors.ir 2023-01-31 15:09:01 +00:00
amec0e
2929b12134
Updated fans.ir 2023-01-31 15:08:39 +00:00
amec0e
3985cb61c8
Updated audio.ir 2023-01-31 15:08:17 +00:00
amec0e
376e45a09d
Updated ac.ir
Updated last checked
2023-01-31 15:07:50 +00:00
amec0e
42fc209c63
Updated tv.ir 2023-01-19 17:07:17 +00:00
amec0e
2aafc207c0
Updated projectors.ir
Updated last checked
2023-01-19 17:06:58 +00:00
amec0e
ecb0e5c520
Updated fans.ir 2023-01-19 17:06:13 +00:00
amec0e
c875aca468
Updated audio.ir 2023-01-19 17:05:50 +00:00
amec0e
80a778e4cb
Updated ac.ir
Updated last checked
2023-01-19 17:05:30 +00:00
MX
dfe141c78f
Merge pull request #282 from amec0e/dev
Updated Infrared Assets
2023-01-18 18:28:19 +03:00
MX
c708a301f5
Merge branch 'fz-dev' into dev 2023-01-18 18:26:49 +03:00
amec0e
d50418e839
Updated projectors.ir 2023-01-13 18:17:47 +00:00
amec0e
682d2d9b6f
Updated tv.ir 2023-01-13 17:38:53 +00:00
amec0e
deaf80fddc
Updated projectors.ir 2023-01-13 17:38:31 +00:00
amec0e
895dba06ba
Updated fans.ir 2023-01-13 17:38:06 +00:00
amec0e
c89a594d30
Updated audio.ir 2023-01-13 17:37:44 +00:00
amec0e
70f0ab1442
Updated ac.ir 2023-01-13 17:37:13 +00:00
Georgii Surkov
75e9de12b0
[FL-3078] Per protocol signal repeat count (#2293)
* Better Infrared protocol file structure
* Rename InfraredProtocolSpec to InfraredProtocolVariant
* Slightly better names
* Add repeat count field to protocol variant description
* Repeat the signal the appropriate number of times when brute-forcing
* Repeat the signal the appropriate number of times when sending via worker
* Better signal count logic in infrared_transmit
* Better variable names
* Convert some raw signals to messages in tv.ir

Co-authored-by: あく <alleteam@gmail.com>
2023-01-13 16:50:19 +03:00
Liam Droog
b7046b2179
Change broken BadUSB link to Hak5 duckyscript quick reference webpage (#2270)
* Change broken link to Hak5 duckyscript quick reference webpage
* Update BadUSB syntax link
2023-01-09 15:03:51 +09:00
amec0e
cd4f719783
Updated tv.ir
New additions and removed 2 mislabelled buttons CH- and VOL- which in fact was Pre_ch and Num_Input
2023-01-07 22:21:48 +00:00
amec0e
b3f32b6938
Updated projectors.ir last checked 2023-01-07 22:20:51 +00:00
amec0e
3a4b5e6445
Updated fans.ir 2023-01-07 22:20:16 +00:00
amec0e
754a29009d
Updated audio.ir 2023-01-07 22:19:56 +00:00
amec0e
8c791a998a
Updated ac.ir 2023-01-07 22:19:27 +00:00
amec0e
ecf7dfd8fd
Updated audio.ir 2023-01-05 21:39:09 +00:00
amec0e
c8fb64ce22
Updated fans.ir 2023-01-05 21:38:19 +00:00
amec0e
11c6d2d0be
Updated projectors.ir 2023-01-05 21:37:26 +00:00
amec0e
23155f9891
Updated ac.ir 2023-01-05 21:36:40 +00:00