Add dmx input port to configuration

This commit is contained in:
Arne
2023-08-23 14:33:12 +02:00
committed by Will Tatam
parent 2cc5a29b86
commit 84eb6fd460
5 changed files with 7 additions and 3 deletions

View File

@@ -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);