mirror of
https://github.com/crankyoldgit/IRremoteESP8266.git
synced 2026-01-12 00:05:10 +08:00
Remove unused constant kRcmmExcess (#2033)
Per https://github.com/crankyoldgit/IRremoteESP8266/issues/2031#issuecomment-1702159536
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user