forked from forkineye/ESPixelStick
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
717 additions
and
224 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<div id="e131"> | ||
<legend class="esps-legend">E1.31 Configuration</legend> | ||
<div class="form-group"> | ||
<label class="control-label col-sm-2" for="universe">Universe</label> | ||
<div class="col-sm-10"><input type="text" class="form-control" id="universe" name="universe" title="DMX Universe to listen for. Consecutive DMX Universes will be monitored as needed."></div> | ||
</div> | ||
<div class="form-group"> | ||
<label class="control-label col-sm-2" for="channel_start">Start Channel</label> | ||
<div class="col-sm-10"><input type="text" class="form-control" id="channel_start" name="channel_start" title="Start listening for data at this DMX channel."></div> | ||
</div> | ||
<div class="form-group"> | ||
<label class="control-label col-sm-2" for="universe_limit">Universe Boundary</label> | ||
<div class="col-sm-10"><input type="text" class="form-control" id="universe_limit" name="universe_limit" title="The number of DMX channels you are using per Universe. This must match the configuration of your sequencer. Most common values are 510 and 512."></div> | ||
</div> | ||
|
||
<div class="form-group"> | ||
<div class="col-sm-offset-2 col-sm-10"> | ||
<div class="checkbox"><label><input type="checkbox" id="multicast" name="multicast"> Enable Multicast</label></div> | ||
</div> | ||
</div> | ||
</div> |
Oops, something went wrong.