subghz add novoferm support

This commit is contained in:
MX
2024-07-08 08:10:00 +03:00
parent ed767b8286
commit 96b1ca97dc
4 changed files with 72 additions and 56 deletions
+3
View File
@@ -431,6 +431,9 @@ static bool
if((strcmp(instance->manufacture_name, "FAAC_RC,XT") == 0)) {
klq_last_custom_btn = 0xB;
}
if((strcmp(instance->manufacture_name, "Novoferm") == 0)) {
klq_last_custom_btn = 0x9;
}
btn = subghz_protocol_keeloq_get_btn_code(klq_last_custom_btn);