Skip to content

Commit

Permalink
Allow earlier start for AnalogToDigitTransitionStart
Browse files Browse the repository at this point in the history
  • Loading branch information
caco3 authored Oct 5, 2024
1 parent 6175471 commit ec00e94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sd-card/html/edit_config_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -936,8 +936,8 @@ <h4><input type="checkbox" id="Category_Analog_enabled" value="1" onclick = 'Up
<label for=PostProcessing_AnalogToDigitTransitionStart_enabled><class id="PostProcessing_AnalogToDigitTransitionStart_text" style="color:black;">Analog to Digit Transition Start</class></label>
</td>
<td>
<input required type="number" id="PostProcessing_AnalogToDigitTransitionStart_value1" step="0.1" min="5.0" max="9.9" value="9.2"
oninput="(!validity.rangeUnderflow||(value=5.0)) && (!validity.rangeOverflow||(value=9.9)) &&
<input required type="number" id="PostProcessing_AnalogToDigitTransitionStart_value1" step="0.1" min="3.0" max="9.9" value="9.2"
oninput="(!validity.rangeUnderflow||(value=3.0)) && (!validity.rangeOverflow||(value=9.9)) &&
(!validity.stepMismatch||(value=parseInt(this.value)));">
</td>
<td>$TOOLTIP_PostProcessing_NUMBER.AnalogToDigitTransitionStart</td>
Expand Down

0 comments on commit ec00e94

Please sign in to comment.