Hide BLE functions but don't hide footer on web
This commit is contained in:
parent
2c40fa4e0e
commit
65cdf44105
|
@ -80,8 +80,7 @@
|
||||||
<button id="wifi" class="" onclick="mobile.setWifi();">CONNECT</button>
|
<button id="wifi" class="" onclick="mobile.setWifi();">CONNECT</button>
|
||||||
<button id="wifiRefresh" class="" onclick="mobile.getWifi();">REFRESH WIFI</button>
|
<button id="wifiRefresh" class="" onclick="mobile.getWifi();">REFRESH WIFI</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="ble">
|
<div>
|
||||||
<br />
|
|
||||||
<button id="reset" onclick="mobile.reset();">RESET</button>
|
<button id="reset" onclick="mobile.reset();">RESET</button>
|
||||||
<button id="restart" onclick="mobile.restart();">RESTART</button>
|
<button id="restart" onclick="mobile.restart();">RESTART</button>
|
||||||
<button id="update" onclick="mobile.update();">UPDATE</button>
|
<button id="update" onclick="mobile.update();">UPDATE</button>
|
||||||
|
@ -113,10 +112,10 @@
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<button id="cameraBtn" onclick="mobile.getCamera();">
|
<button id="cameraBtn" class="ble" onclick="mobile.getCamera();">
|
||||||
<i class="cameraIcon"></i>
|
<i class="cameraIcon"></i>
|
||||||
</button>
|
</button>
|
||||||
<div class="clearfix">
|
<div class="clearfix ble">
|
||||||
<div id="camera_exposure">
|
<div id="camera_exposure">
|
||||||
<h3>PHONE</h3>
|
<h3>PHONE</h3>
|
||||||
<div>
|
<div>
|
||||||
|
|
|
@ -254,7 +254,7 @@ button i {
|
||||||
}
|
}
|
||||||
|
|
||||||
footer{
|
footer{
|
||||||
display: none;
|
/*display: none;*/
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
Loading…
Reference in New Issue