mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
subghz: sommer last button 0x6 support
This commit is contained in:
@@ -516,7 +516,9 @@ static bool
|
||||
(strcmp(instance->manufacture_name, "Novoferm") == 0) ||
|
||||
(strcmp(instance->manufacture_name, "Stilmatic") == 0)) {
|
||||
klq_last_custom_btn = 0x9;
|
||||
} else if((strcmp(instance->manufacture_name, "EcoStar") == 0)) {
|
||||
} else if(
|
||||
(strcmp(instance->manufacture_name, "EcoStar") == 0) ||
|
||||
(strcmp(instance->manufacture_name, "Sommer(fsk476)") == 0)) {
|
||||
klq_last_custom_btn = 0x6;
|
||||
} else if((strcmp(instance->manufacture_name, "AN-Motors") == 0)) {
|
||||
klq_last_custom_btn = 0xC;
|
||||
|
||||
Reference in New Issue
Block a user