You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
637 B
25 lines
637 B
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Document</title>
|
|
<link rel="stylesheet" href="style.css" />
|
|
</head>
|
|
<body>
|
|
<div class="main">
|
|
<div>
|
|
<button id="startRecord">开始测量</button>
|
|
|
|
<!-- <button id="upload">连续上报</button> -->
|
|
|
|
<button id="endRecord">结束测量</button>
|
|
|
|
<button id="disconnect-ble">断开蓝牙</button>
|
|
<button id="connect-ble">连接蓝牙</button>
|
|
</div>
|
|
</div>
|
|
<script src="lib/zepto.min.js"></script>
|
|
<script src="main.js"></script>
|
|
</body>
|
|
</html>
|