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
@@ -53,3 +53,5 @@ const std::filesystem::path hopper_dir = u"HOPPER";
const std::filesystem::path subghz_dir = u"SUBGHZ";
const std::filesystem::path waterfalls_dir = u"WATERFALLS";
const std::filesystem::path macaddress_dir = u"MACADDRESS";
const std::filesystem::path keeloq_keys_dir = u"KEELOQKEYS";
const std::filesystem::path keeloq_remotes_dir = u"KEELOQREMOTES";