crankyoldgit / IRremoteESP8266

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

Closed crankyoldgit closed 1 year ago

crankyoldgit commented 1 year ago

sendSAMSUNG() is needed by sendLG(), so fix the #ifdefs appropriately.

i.e. Compilation shouldn't break if SEND_LG == TRUE and SEND_SAMSUNG == FALSE

Fixes #2010