Skip to content

Commit

Permalink
Fix Beep for AR12TXEAAWKNEU (#1668)
Browse files Browse the repository at this point in the history
The bit for Beep needs to be at this different location.

For #1669
  • Loading branch information
xorbital authored Nov 11, 2021
1 parent 817517c commit d896068
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ir_Samsung.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ union SamsungProtocol{
uint8_t Mode :3;
uint8_t :1;
// Byte 13
uint8_t :1;
uint8_t Beep :1;
uint8_t :2;
uint8_t Beep :1;
uint8_t :1;
uint8_t Power2 :2;
uint8_t :2;
};
Expand Down

0 comments on commit d896068

Please sign in to comment.