Update maximum battery voltage scale. Fixes #4.

10.3.x-maintenance
Dominic Clifton 2015-01-29 19:08:35 +01:00
parent e447739e74
commit 9d01ac417c
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@
</div> </div>
<div class="number"> <div class="number">
<label> <label>
<input type="number" name="voltagescale" step="1" min="10" max="200" /> <input type="number" name="voltagescale" step="1" min="10" max="255" />
<span i18n="configurationBatteryScale"></span> <span i18n="configurationBatteryScale"></span>
</label> </label>
</div> </div>