Infrared remote library for ESP8266/ESP32: send and receive infrared signals with multiple protocols. Based on: https://github.com/shirriff/Arduino-IRremote/
GNU Lesser General Public License v2.1
3k
stars
833
forks
source link
Fix compilation dependency of LG on Samsung send protocol #2011
sendSAMSUNG()
is needed bysendLG()
, so fix the#ifdef
s appropriately.i.e. Compilation shouldn't break if
SEND_LG == TRUE
andSEND_SAMSUNG == FALSE
Fixes #2010