This commit is contained in:
2025-01-28 12:59:53 +03:00
parent 1353ab6f75
commit 2db1ef7805
2 changed files with 8 additions and 2 deletions

View File

@ -14,7 +14,7 @@ private:
bool isWaitingAcceptSend;
uint16_t addrAcceptSendTo;
uint16_t acceptDelay = 75;
uint16_t acceptDelay = IR_ResponseDelay;
uint8_t acceptCustomByte;
public: