Commit Graph

564 Commits

Author SHA1 Message Date
Victor
5458157924 Added external CC1101 support 2023-02-02 22:47:50 +03:00
MX
f45f2a45da
Remove invalid keys from mf classic dict 2023-02-02 13:46:53 +03:00
MX
d94caf0ba6
Merge pull request #306 from amec0e/dev
Updated infrared assets + InfraredCaptures Documentation
2023-02-02 12:47:48 +03:00
MX
16f8f2c2df
Merge branch 'fz-dev' into dev 2023-02-02 11:54:20 +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
DEXV
55054fc1a7
Assets: correct MicroSD card pinout in service animations (#2323)
* New Micro Sd-Card pinout: fixing the Micro Sd-Card pinout for the blocking an internal sd card animations
* Updating the sd card pinout
* Updating magnifying glass
2023-01-29 17:55:04 +07: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
6e1875f285
Remove New Year update slideshow 2023-01-18 22:53:22 +03: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
hedger
341610b8a1
[FL-3080] fbt: PVS support (#2286)
* fbt: added firmware_pvscheck & firmware_pvs targets for *nix
* fbt: pvs support on Windows
* fbt: additional fixes & docs for PVS support
* fbt: fixes for updater env configuration
* github: reworked pvs workflow
* vscode: added PVS shortcut
* pvs: added --ignore-ccache flag
* fbt: pvs: opening web browser if there are warnings
* fbt: pvs: added browser handler for mac
* github: fixed report path for PVS
* fbt: pvs: fixed report upload path
* removed intentional PVS warning
* fixed more PVS warnings
* fixed secplus_v1 PVS warning
* fbt: added PVSNOBROWSER flag
* github: setting PVSNOBROWSER for pvs runs
* fbt: less debug output

Co-authored-by: あく <alleteam@gmail.com>
2023-01-17 15:55: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
MX
a921a828e5
Fix Dolphin animations manifests 2023-01-07 02:00:39 +03:00
MX
a94c553c5a
Merge branch 'fz-dev' into dev 2023-01-07 01:59:20 +03:00
Astra
5e74622b2a
[FL-3072] Add the sleigh ride animation (#2224)
* Add sleigh animation
* Fix manifest

Co-authored-by: あく <alleteam@gmail.com>
2023-01-07 01:16:58 +09:00
あく
41c43f4805
Various improvements: Toolbox, Updater and Unit Tests. (#2250)
* Toolbox: add seek to character stream method. UpdateUtils: reverse manifest iterator. UnitTests: more unit tests.
* Target: bump API version. Updater: delete empty folders from manifest before resource deployment.
* UnitTests: use manifest from unit_tests folder instead of global one
* Make PVS happy
* sector cache: allocate always
* Better PVS config for manifest.c
* PVS: Move exception outside of condition
* PVS: remove confusing condition

Co-authored-by: SG <who.just.the.doctor@gmail.com>
2023-01-06 16:31:17 +10: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
amec0e
9248de50d1
Updated tv.ir 2023-01-05 21:34:55 +00:00
Jack Webb-Heller
b8dd75884c
Add Dyson Purifier Hot+Cool support to IR AC Library (#2252) 2023-01-05 22:39:42 +03:00
peoblouk
84fbe6ad36 adding CZ layout support 2022-12-31 17:35:44 +01:00
MX
7fae0d5070
Add arrow on new year slideshow
by @Svaarich
2022-12-29 23:24:40 +03:00
MX
1c2f4da4ee
New Year slideshow
Preparing new release, pictures for slideshow by @Svaarich
2022-12-29 02:05:04 +03:00
amec0e
a96eb74f91
Updated tv.ir
Added POWER only button support for Sony Bravia KDL40RD453
2022-12-28 18:22:34 +00:00
amec0e
dc6379a1ca
Updated tv.ir
Added POWER only button support for Sony Bravia KDL40RD453
2022-12-28 18:16:26 +00:00
MX
66d31b3a0e
Merge branch 'fz-dev' into dev 2022-12-28 21:01:36 +03:00
Konstantin Volkov
27ee0f73f7
Fixing various typos in readme files #2208
Co-authored-by: Konstantin Volkov <k.volkov@flipperdevices.com>
2022-12-28 23:30:20 +09:00