fix logic

This commit is contained in:
MX 2024-09-06 12:47:43 +03:00
parent 5198cd25ef
commit 64e231ae8d
No known key found for this signature in database
GPG key ID: 7CCC66B7DBDD1C83

View file

@ -114,7 +114,7 @@ static uint8_t subghz_protocol_hay21_get_btn_code(void) {
default:
break;
}
} else if(custom_btn_id == SUBGHZ_CUSTOM_BTN_LEFT) {
} else if(custom_btn_id == SUBGHZ_CUSTOM_BTN_DOWN) {
switch(original_btn_code) {
case 0x5A:
btn = 0x88;