Skip to content

Commit

Permalink
Tweak DMX settings UI
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Jan 16, 2024
1 parent 6ffbb40 commit bc8feed
Show file tree
Hide file tree
Showing 3 changed files with 234 additions and 233 deletions.
8 changes: 4 additions & 4 deletions wled00/data/settings_sync.htm
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,10 @@ <h3>Realtime</h3>
Disable realtime gamma correction: <input type="checkbox" name="RG"><br>
Realtime LED offset: <input name="WO" type="number" min="-255" max="255" required>
<div id="dmxInput"> <!--WLEDMM-->
<em>DMX Input Pins</em><br/>
DMX RX: <input name="IDMR" type="number" min="-1" max="99"><br/>
DMX TX: <input name="IDMT" type="number" min="-1" max="99"><br/>
DMX Enable: <input name="IDME" type="number" min="-1" max="99"><br/>
<h4>Wired DMX Input Pins</h4>
DMX RX: <input name="IDMR" type="number" min="-1" max="99">RO<br/>
DMX TX: <input name="IDMT" type="number" min="-1" max="99">DI<br/>
DMX Enable: <input name="IDME" type="number" min="-1" max="99">RE+DE<br/>
DMX Port: <input name="IDMP" type="number" min="1" max="2"><br/>
</div>
<div id="dmxInputOff"> <!--WLEDMM-->
Expand Down
2 changes: 1 addition & 1 deletion wled00/dmx_input.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/*
* Support for DMX/RDM input via serial (e.g. max485) on ESP32
* ESP32 Library from:
* https://github.com/sparkfun/SparkFunDMX
* https://github.com/someweisguy/esp_dmx
*/
class DMXInput
{
Expand Down
Loading

0 comments on commit bc8feed

Please sign in to comment.