mirror of
https://github.com/wled/WLED.git
synced 2025-07-18 16:26:32 +00:00
make compile after rebase
This commit is contained in:
parent
8f398dfd08
commit
6598265f9b
@ -133,11 +133,12 @@ void DMXInput::init(uint8_t rxPin, uint8_t txPin, uint8_t enPin, uint8_t inputPo
|
||||
{
|
||||
|
||||
#ifdef WLED_ENABLE_DMX_OUTPUT
|
||||
if(inputPortNum == dmxOutputPort)
|
||||
{
|
||||
USER_PRINTF("DMXInput: Error: Input port == output port");
|
||||
return;
|
||||
}
|
||||
//TODO add again once dmx output has been merged
|
||||
// if(inputPortNum == dmxOutputPort)
|
||||
// {
|
||||
// USER_PRINTF("DMXInput: Error: Input port == output port");
|
||||
// return;
|
||||
// }
|
||||
#endif
|
||||
|
||||
if (inputPortNum < 3 && inputPortNum > 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user