mirror of
https://github.com/crankyoldgit/IRremoteESP8266.git
synced 2026-01-12 00:05:10 +08:00
Fix decodeYork() parameter names & defaults. (#2121)
Clean up some code ugliness. Not even sure it should have compiled before.
This commit is contained in:
@@ -879,8 +879,8 @@ class IRrecv {
|
||||
#endif // DECODE_WOWWEE
|
||||
#if DECODE_YORK
|
||||
bool decodeYork(decode_results *results,
|
||||
uint16_t kStartOffset,
|
||||
const uint16_t kYorkBits,
|
||||
uint16_t offset = kStartOffset,
|
||||
const uint16_t nbits = kYorkBits,
|
||||
const bool strict = true);
|
||||
#endif // DECODE_YORK
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user