mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-20 04:54:45 -07:00
keeloq to kestore
This commit is contained in:
9
lib/subghz/subghz_keystore_i.h
Normal file
9
lib/subghz/subghz_keystore_i.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <m-array.h>
|
||||
|
||||
struct SubGhzKeystore {
|
||||
SubGhzKeyArray_t data;
|
||||
const char* mfname;
|
||||
uint8_t kl_type;
|
||||
};
|
||||
Reference in New Issue
Block a user