Add support for decrypting and saving KeeLoq signals for SubGhzD (#2982)

This commit is contained in:
lifegame1lu111
2026-02-12 09:41:56 +00:00
committed by GitHub
parent 2f468fd37c
commit eff68693ad
8 changed files with 374 additions and 2 deletions
+2
View File
@@ -55,5 +55,7 @@ extern const std::filesystem::path hopper_dir;
extern const std::filesystem::path subghz_dir;
extern const std::filesystem::path waterfalls_dir;
extern const std::filesystem::path macaddress_dir;
extern const std::filesystem::path keeloq_keys_dir;
extern const std::filesystem::path keeloq_remotes_dir;
#endif /* __FILE_PATH_H__ */