mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-20 22:05:11 +00:00
saving works kinda
This commit is contained in:
parent
1345ddd608
commit
6ecb733bea
2 changed files with 10 additions and 3 deletions
|
|
@ -841,7 +841,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-9 col-sm-12">
|
||||
<div class="row mt-3">
|
||||
<div class="col-12">
|
||||
<label for="bme.heightCorrection" class="form-label"
|
||||
>Heigh Correction</label
|
||||
|
|
@ -850,8 +850,10 @@
|
|||
type="number"
|
||||
name="bme.heightCorrection"
|
||||
id="bme.heightCorrection"
|
||||
value="0"
|
||||
placeholder="0"
|
||||
class="form-control"
|
||||
step="1"
|
||||
min="0"
|
||||
/>
|
||||
<span class="input-group-text"
|
||||
>meters</span
|
||||
|
|
@ -865,8 +867,11 @@
|
|||
type="number"
|
||||
name="bme.temperatureCorrection"
|
||||
id="bme.temperatureCorrection"
|
||||
value="0.0"
|
||||
placeholder="0.0"
|
||||
class="form-control"
|
||||
step="0.1"
|
||||
min="-5"
|
||||
max="5"
|
||||
/>
|
||||
<span class="input-group-text"
|
||||
>C°</span
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue