update esp32_air_pump/data/index.html.
parent
0f6b59f52d
commit
9968fff9dc
|
@ -190,6 +190,7 @@ FW:Ver 1.2
|
|||
}
|
||||
document.getElementById('running_type').innerHTML = arr[4];
|
||||
document.getElementById('running_pressure_type').value = arr[5];
|
||||
document.getElementById('sysMillis').innerHTML = arr[6];
|
||||
running_type5(arr[4]);
|
||||
if (arr[2] == "-1.00") {
|
||||
document.getElementById('pressure_val').innerHTML = "<font color='red'>传感器异常</font>";
|
||||
|
@ -245,12 +246,12 @@ FW:Ver 1.2
|
|||
</div>
|
||||
<table border="0">
|
||||
<tr>
|
||||
<td height="50">
|
||||
</font> <span id=CurrentMillis></span>
|
||||
<td height="30">
|
||||
系统启动:<span id="sysMillis"></span> 气泵启动:<span id="CurrentMillis"></span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="50">
|
||||
<td height="30">
|
||||
<div>气压:<span id=pressure_val>0</span>Bar 电压:<span id=bat_voltage>0</span>V</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in New Issue