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="wifiRefresh" class="" onclick="mobile.getWifi();">REFRESH WIFI</button>
|
||||
</div>
|
||||
<div class="ble">
|
||||
<br />
|
||||
<div>
|
||||
<button id="reset" onclick="mobile.reset();">RESET</button>
|
||||
<button id="restart" onclick="mobile.restart();">RESTART</button>
|
||||
<button id="update" onclick="mobile.update();">UPDATE</button>
|
||||
|
@ -113,10 +112,10 @@
|
|||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<button id="cameraBtn" onclick="mobile.getCamera();">
|
||||
<button id="cameraBtn" class="ble" onclick="mobile.getCamera();">
|
||||
<i class="cameraIcon"></i>
|
||||
</button>
|
||||
<div class="clearfix">
|
||||
<div class="clearfix ble">
|
||||
<div id="camera_exposure">
|
||||
<h3>PHONE</h3>
|
||||
<div>
|
||||
|
|
|
@ -254,7 +254,7 @@ button i {
|
|||
}
|
||||
|
||||
footer{
|
||||
display: none;
|
||||
/*display: none;*/
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
position: fixed;
|
||||
|
|
Loading…
Reference in New Issue