mirror of
https://github.com/wled/WLED.git
synced 2025-11-13 13:00:48 +00:00
Add dmx input port to configuration
This commit is contained in:
@@ -446,6 +446,7 @@ void getSettingsJS(byte subPage, Print& settingsScript)
|
||||
sappend('v',SET_F("IDMT"),dmxInputTransmitPin);
|
||||
sappend('v',SET_F("IDMR"),dmxInputReceivePin);
|
||||
sappend('v',SET_F("IDME"),dmxInputEnablePin);
|
||||
sappend('v',SET_F("IDMP"),dmxInputPort);
|
||||
#endif
|
||||
printSetFormValue(settingsScript,PSTR("DA"),DMXAddress);
|
||||
printSetFormValue(settingsScript,PSTR("XX"),DMXSegmentSpacing);
|
||||
|
||||
Reference in New Issue
Block a user