Remove unused constant kRcmmExcess (#2033)

Per https://github.com/crankyoldgit/IRremoteESP8266/issues/2031#issuecomment-1702159536
This commit is contained in:
David Conran
2023-09-01 16:25:51 +10:00
committed by GitHub
parent a2228ed9dc
commit a295f87e06

View File

@@ -35,7 +35,6 @@ const uint16_t kRcmmMinGapTicks = 120;
const uint32_t kRcmmMinGap = 3360;
// Use a tolerance of +/-10% when matching some data spaces.
const uint8_t kRcmmTolerance = 10;
const uint16_t kRcmmExcess = 50;
#if SEND_RCMM
/// Send a Philips RC-MM packet.