Skip to content

Commit

Permalink
Fixed "AP Reboot" text
Browse files Browse the repository at this point in the history
  • Loading branch information
forkineye committed Dec 1, 2023
1 parent 75d38da commit 5809d78
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -453,14 +453,14 @@
<div class="col-sm-offset-2 col-sm-8">
<div class="checkbox"><label><input type="checkbox" id="ap_reboot"
title="Enabling this will cause your device to Reboot when all connections fail.">
AP ReBoot</label></div>
Reboot on Fail</label></div>
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-8">
<div class="checkbox"><label><input type="checkbox" id="StayInApMode"
title="Enabling this will cause your device to Stay in AP mode when all connections fail.">
Stay In AP Mode</label></div>
Stay in AP Mode</label></div>
</div>
</div>
</fieldset>
Expand Down Expand Up @@ -642,15 +642,15 @@
<div class="hidden" id="ecb">
<legend class="esps-legend" for="ecb_title">Advance Effect/File via Button</legend>
<div class="form-group col-sm-offset-2" id="ecb_title">

<label class="control-label col-sm-2" for="ecb_enable">Enable</label>
<div class="col-sm-4">
<input type="checkbox" id="ecb_enable" title="Send FPP Sync.">
</div>

<label class="control-label AdvancedMode" for="ecb_gpioid">GPIO</label>
<input type="number" class="is-valid AdvancedMode" id="ecb_gpioid" step="1" min="0" max="40" value="0" title="GPIO to monitor for effects trigger">

<label class="control-label AdvancedMode" for="ecb_polarity">Polarity</label>
<select class="AdvancedMode" id="ecb_polarity">
<option value="ActiveLow">ActiveLow</option>
Expand Down

0 comments on commit 5809d78

Please sign in to comment.