cyborg5 / IRLib2

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

Add support for sending control strings directly from PROGMEM. #116

Open alexzarp opened 2 years ago

alexzarp commented 2 years ago

Currently, this is not possible, and in the case of air conditioning control the strings are long and the Arduino Uno's SRAM is completely full, giving no opportunity to program anything else.