1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 04:34:43 +04:00

hormann_ecostar add manually support and custom button

This commit is contained in:
MX
2024-07-08 09:40:09 +03:00
parent 4b7875376b
commit 54192afe56
3 changed files with 14 additions and 0 deletions

View File

@@ -434,6 +434,8 @@ static bool
klq_last_custom_btn = 0x9;
} else if((strcmp(instance->manufacture_name, "NICE_Smilo") == 0)) {
klq_last_custom_btn = 0xB;
} else if((strcmp(instance->manufacture_name, "EcoStar") == 0)) {
klq_last_custom_btn = 0x6;
}
btn = subghz_protocol_keeloq_get_btn_code(klq_last_custom_btn);