Skip to content

Commit

Permalink
fix logic
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Sep 6, 2024
1 parent 5198cd2 commit 64e231a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/subghz/protocols/hay21.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 64e231a

Please sign in to comment.