Willy-JL
d3f3bf1e11
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev
2023-02-24 01:05:31 +00:00
Round-Pi
b89902942b
typo combing
2023-02-20 10:55:53 -05:00
Willy-JL
87963417aa
Merge unleashed + general cleanup
2023-02-18 07:41:51 +00:00
VerstreuteSeele
a718f1a43c
V41 Release pending
2023-02-14 09:37:17 +01:00
MX
de07313173
Merge pull request #335 from assasinfil/nice-one
...
Nice one encoder
2023-02-13 21:11:03 +03:00
assasinfil
921db0bb22
Bugfix
2023-02-13 21:04:11 +03:00
assasinfil
c56eaae89d
Data save fix
2023-02-13 20:49:39 +03:00
assasinfil
185bb3277a
Test fix
2023-02-13 19:58:07 +03:00
assasinfil
d179199a42
Need fix
2023-02-12 00:01:43 +03:00
jbohack
73a9425f73
added the common pager frequency to the frequency list
2023-02-11 15:20:34 -05:00
assasinfil
f388a7ecab
Bit fix
2023-02-11 20:26:18 +03:00
assasinfil
92d55ec90f
Fix
2023-02-11 20:09:36 +03:00
assasinfil
f86582b99e
Fix
2023-02-11 20:09:01 +03:00
assasinfil
c2545a2f7b
Encoder fix
2023-02-11 19:18:42 +03:00
jbohack
a708164dac
added pager to subghz frequency analyzer in subghz settings
...
subghz frequency changes are hardcoded in the firmware for app loading times so this is needed
2023-02-11 01:02:37 -05:00
VerstreuteSeele
1ab7b893ee
subghz != subghz | same name, entirely different place = no good
2023-02-10 22:53:37 +01:00
MX
81064f8e43
Alutech display text fixes
2023-02-10 23:32:49 +03:00
VerstreuteSeele
176c01c0da
More subghz (btw.. entire subghz update, credits to unleashed. will be in release note too)
2023-02-10 21:16:40 +01:00
MX
bd2d7bf42f
Small fixes
2023-02-10 22:48:35 +03:00
MX
e9df7c9b72
Merge pull request #322 from assasinfil/alutech_at_4n
...
Alutech at 4n
2023-02-10 22:33:04 +03:00
assasinfil
14331a197b
Timeout after preambula fix
2023-02-10 21:52:13 +03:00
assasinfil
e40444b526
Iterators fix
2023-02-10 21:49:28 +03:00
assasinfil
0521bd4320
Encoder full realization
2023-02-10 21:42:07 +03:00
assasinfil
6871c2c142
Encoder fix
2023-02-10 20:34:27 +03:00
VerstreuteSeele
e7d01998c1
Update subghz
2023-02-10 17:29:45 +01:00
assasinfil
b79cac4473
Encoder completed with bad crc
2023-02-10 19:03:32 +03:00
assasinfil
5cf4f5fab4
Cleanup
2023-02-10 16:32:30 +03:00
assasinfil
d9f6b02da5
Hop fix
2023-02-10 16:17:56 +03:00
assasinfil
a551317cc2
Encoder fix
2023-02-10 15:55:31 +03:00
assasinfil
727c21d60a
Merge branch 'dev' into kinggates_stylo_4k
2023-02-09 22:47:53 +03:00
assasinfil
2bd80f510a
Init encoder
2023-02-09 22:45:02 +03:00
Willy-JL
55d18eb8a4
Kinda fix subghz protocols linker issues
2023-02-09 19:37:19 +00:00
Willy-JL
7474ac193e
Kinda fix subghz gpio pin shenanigans
2023-02-09 19:15:35 +00:00
assasinfil
05be200762
Hop len fix
2023-02-09 21:37:54 +03:00
assasinfil
b47174d206
Completed encoder
2023-02-09 21:26:10 +03:00
assasinfil
502e8d1d8d
Small fix
2023-02-09 21:17:16 +03:00
VerstreuteSeele
af869ef8d2
Merging OFW | Suffering | Part 1 | Wont build as is
...
I honestly dont even know anymore...
2023-02-09 18:34:56 +01:00
assasinfil
5d6ce87259
Encoder fix
2023-02-09 19:06:41 +03:00
MX
539c4e2dd0
Fixes & imporvements
...
Use our custom icon for Bin RAW
2023-02-09 17:49:28 +03:00
MX
b9351649ed
Merge branch 'fz-dev' into dev
2023-02-09 17:48:50 +03:00
MX
ba36f4672c
Throw away Kostily & Velosipedy
...
Ne bag a ficha, bolshe ne nuzhna
2023-02-09 17:21:40 +03:00
assasinfil
e17877b6a1
Kinggates stylo 4k tx realization
...
Co-authored-by: MX <10697207+xMasterX@users.noreply.github.com >
2023-02-09 12:57:22 +03:00
Skorpionm
163be139eb
SubGhz: add protocol BinRAW (binarization of data quantized by the minimum correlated duration) ( #2322 )
...
* SubGhz: add protocol DataRAW (binarization of data quantized by the minimum correlated duration)
* SubGhz: fix name history
* SubGhz: add encoder Data_RAW protocol
* SubGhz: decreasing the size of the LevelDuration structure
* SubGhz: history, added check that there is free RAM
* SubGhz: checking for free memory, support to pass without gap
* SubGhz: add running average to average the result, auto cut noise at the end of a burst
* SubGhz: support for repeating sequences
* SubGhz: fix secplus_v2 decoder
* SubGhz: bin_RAW fix add history
* SubGhz: add debug
* SubGhz: debug refactoring
* FURI_LOG: add FURI_LOG_RAW_x formatted string output like printf
* SubGhz: fix new FURI_LOG metod
* FURI_LOG: fix unit test
* SubGhz: add enable/disable BinRAW protocol decoding
* SubGhz: fix PVS
* SubGhz: forcibly turn off the speaker when exiting SubGhz
* SubGhz: adaptive adjustment to the noise level
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2023-02-09 13:48:06 +09: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
Skorpionm
bf4d00a7d1
[FL-3100] SubGhz: add protocol Nice One ( #2358 )
...
* SubGhz: add protocol Nice One
* SubGhz: fix annotation
* SubGhz: add unit test
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2023-02-09 02:20:28 +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
Skorpionm
0afc4a8982
[FL-3092] SubGhz: add DOOYA protocol ( #2178 )
...
* SubGhz: add DOOYA protocol
* SubGhz: add unit_test DOOYA protocol
* SubGhz: fix protocol Dooya
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2023-02-09 01:37:24 +09:00
Brandon Weeks
8288a08eb3
SubGhz: add protocol "Linear Delta-3" ( #2239 )
...
* SubGhz: add protocol "Linear Delta-3"
* SubGhz: fix Leniar Delta 3
* BadUSB: mask pvs studio warning for valid code
Co-authored-by: SkorP <skorpionm@yandex.ru >
Co-authored-by: あく <alleteam@gmail.com >
Co-authored-by: Skorpionm <85568270+Skorpionm@users.noreply.github.com >
2023-02-09 00:26:45 +09:00