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);