Re-added file in hardwarePresenter.h

IR_PROTOCOL_SAMSUNG36 had been removed by mistake
This commit is contained in:
Max K 2024-04-25 13:41:24 +02:00
parent a13418b035
commit ceb4a6a737
1 changed files with 2 additions and 1 deletions

View File

@ -58,7 +58,8 @@ enum IRprotocols {
IR_PROTOCOL_SAMSUNG = 2, IR_PROTOCOL_SAMSUNG = 2,
IR_PROTOCOL_SONY = 3, IR_PROTOCOL_SONY = 3,
IR_PROTOCOL_RC5 = 4, 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); void sendIRcode(IRprotocols protocol, std::list<std::string> commandPayloads, std::string additionalPayload);