Skip to content

Commit

Permalink
Re-added file in hardwarePresenter.h
Browse files Browse the repository at this point in the history
IR_PROTOCOL_SAMSUNG36 had been removed by mistake
  • Loading branch information
CoretechR authored Apr 25, 2024
1 parent 7310c62 commit f937466
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ enum IRprotocols {
IR_PROTOCOL_SAMSUNG = 2,
IR_PROTOCOL_SONY = 3,
IR_PROTOCOL_RC5 = 4,
IR_PROTOCOL_DENON = 5
IR_PROTOCOL_DENON = 5,
IR_PROTOCOL_SAMSUNG36 = 6
};
void sendIRcode(IRprotocols protocol, std::list<std::string> commandPayloads, std::string additionalPayload);

Expand Down

0 comments on commit f937466

Please sign in to comment.