sforkowany z mirror/meshtastic-firmware
18 wiersze
311 B
HTML
18 wiersze
311 B
HTML
|
<!doctype html>
|
||
|
<html class="no-js" lang="">
|
||
|
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title></title>
|
||
|
|
||
|
<script src="/static/meshtastic.js"></script>
|
||
|
<script src="/static/basic.js"></script>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<button id="connect_button" onclick="connect()">Connect to Meshtastic device</button>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|