mirror of
https://github.com/arendst/Tasmota.git
synced 2026-06-14 14:24:44 -04:00
Fix compilation error
Fix compilation error
This commit is contained in:
@@ -851,7 +851,7 @@ void MqttDataHandler(char* topic, uint8_t* data, unsigned int data_len)
|
||||
case P_RGB_REMAP:
|
||||
LightUpdateColorMapping();
|
||||
break;
|
||||
#ifdef USE_IR_RECEIVE
|
||||
#if defined(USE_IR_REMOTE) && defined(USE_IR_RECEIVE)
|
||||
case P_IR_UNKNOW_THRESHOLD:
|
||||
IrReceiveUpdateThreshold();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user