mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Fix pocsag save / load
This commit is contained in:
@@ -14,7 +14,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#define PCSG_KEY_FILE_VERSION 1
|
||||
#define PCSG_KEY_FILE_TYPE "Flipper POCSAG Pager Key File"
|
||||
#define PCSG_KEY_FILE_TYPE "Flipper SubGhz Key File"
|
||||
|
||||
typedef struct PCSGBlockGeneric PCSGBlockGeneric;
|
||||
|
||||
|
||||
@@ -367,7 +367,6 @@ const SubGhzProtocolDecoder subghz_protocol_pocsag_decoder = {
|
||||
const SubGhzProtocolEncoder subghz_protocol_pocsag_encoder = {
|
||||
.alloc = NULL,
|
||||
.free = NULL,
|
||||
|
||||
.deserialize = NULL,
|
||||
.stop = NULL,
|
||||
.yield = NULL,
|
||||
|
||||
Reference in New Issue
Block a user