mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-11-23 10:01:58 +03:00
faac rc add button B
This commit is contained in:
parent
c3b59a9dba
commit
3108f07a4b
@ -428,6 +428,9 @@ static bool
|
||||
(strcmp(instance->manufacture_name, "Dea_Mio") == 0)) {
|
||||
klq_last_custom_btn = 0xF;
|
||||
}
|
||||
if((strcmp(instance->manufacture_name, "FAAC_RC,XT") == 0)) {
|
||||
klq_last_custom_btn = 0xB;
|
||||
}
|
||||
|
||||
btn = subghz_protocol_keeloq_get_btn_code(klq_last_custom_btn);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user