From ceb4a6a737c73297509ea1fa35db30f9575dadee Mon Sep 17 00:00:00 2001 From: Max K Date: Thu, 25 Apr 2024 13:41:24 +0200 Subject: [PATCH] Re-added file in hardwarePresenter.h IR_PROTOCOL_SAMSUNG36 had been removed by mistake --- .../src/applicationInternal/hardware/hardwarePresenter.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Platformio/src/applicationInternal/hardware/hardwarePresenter.h b/Platformio/src/applicationInternal/hardware/hardwarePresenter.h index 04512c5..144eff9 100644 --- a/Platformio/src/applicationInternal/hardware/hardwarePresenter.h +++ b/Platformio/src/applicationInternal/hardware/hardwarePresenter.h @@ -58,7 +58,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 commandPayloads, std::string additionalPayload);