Add dmx input port to configuration

This commit is contained in:
Arne
2023-08-23 14:33:12 +02:00
parent 2465e2edc3
commit 6378771746
11 changed files with 3967 additions and 3913 deletions

View File

@@ -583,6 +583,7 @@ void getSettingsJS(AsyncWebServerRequest* request, byte subPage, char* dest) //W
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
sappend('v',SET_F("DA"),DMXAddress);
sappend('v',SET_F("XX"),DMXSegmentSpacing);