cyborg5 / IRLib2

Library for receiving, decoding, and sending infrared signals using Arduino
GNU General Public License v3.0
384 stars 138 forks source link

Increased max array size length for sending longer raw periods #27

Closed andreevskya closed 7 years ago

andreevskya commented 7 years ago

Increased the maximum array size to pass to IRsendRaw.send to be able to use long raw sequences. This is needed to work with air conditioner IR-controls which have long command sequences.

cyborg5 commented 7 years ago

We will not be merging this request. We intend to leave the default array size at 100. Users who need it to be longer for specific applications are free to change it on their own copy. Leaving at 100 is sufficient for most common protocols and for all the protocols we officially support. Increasing it in the official release would waste valuable memory space for most users who don't need it.