Commit Graph

6 Commits

Author SHA1 Message Date
Willy-JL
9abe7cf3d2 Format --nobuild 2023-10-18 01:51:24 +01: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
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