Commit Graph

13 Commits

Author SHA1 Message Date
Willy-JL
ec4015960c Sub-GHz: Refactor Weather protocols 2024-06-24 20:34:01 +02:00
Vencislav Atanasov
e0a427f281 SubGHz decoders can provide a one-line string to be used in the history list 2024-05-13 05:10:14 +03:00
Willy-JL
ab86ef8b48 SubGHz: Fix hashes compat for apps (eg. Weather) 2024-03-14 01:12:32 +00:00
Willy-JL
195ae7de28 Also do C/F conversion for other WS protos
Co-authored-by: Connor Quick <72400253+cquick01@users.noreply.github.com>
2024-02-24 22:00:40 +00:00
Willy-JL
02ec1f0867 32bit subghz hashes (less false duplicates) 2023-12-14 05:33:57 +00:00
Sil333033
09ee54679d Merge branch 'dev' of https://github.com/Flipper-XFW/Xtreme-Firmware into xfw-dev 2023-10-22 22:50:32 +02:00
Willy-JL
83c8aad87a Proper SubGhz ignore system (fix BusFault in apps)
Old ignore system used SubGhzProtocolFlag_*
This enum was saturated, and started taking more bytes than on OFW
This caused BusFault when using apps compiled for OFW, like from catalog
Crash is because of incompatible memory structure
New ignore system uses own enum at end of struct
This is binary compatible with OFW and correct solution for future
2023-10-17 04:10:36 +01:00
HTotoo
ed579617c5 Nexus-TH sending tested, seems ok.
Added SUB file generator url to comment.
2023-09-22 14:36:03 +02:00
HTotoo
db6cf1521d WIP - Implement nexus-th sending 2023-09-22 07:45:22 +02:00
HTotoo
3c24971952 Allow save and load Weather data. 2023-09-21 11:32:00 +02:00
HTotoo
4bc5342df1 Fix display 2023-09-20 20:48:02 +02:00
HTotoo
7318a08c32 fix npdref 2023-09-20 17:07:50 +02:00
HTotoo
b9382c912e WIP integrate weather, tpms and pocsag to SubGhz app 2023-09-20 13:47:33 +02:00