keeloq to kestore

This commit is contained in:
gid9798
2023-05-20 16:15:01 +03:00
parent 2af8f00d0d
commit 2414346ec3
9 changed files with 83 additions and 105 deletions

View File

@@ -0,0 +1,9 @@
#pragma once
#include <m-array.h>
struct SubGhzKeystore {
SubGhzKeyArray_t data;
const char* mfname;
uint8_t kl_type;
};