Fixed typo. Updated js library. Update root file handler.

Typo fixed. I placed the latest javascript library files into the static folder. Updated the root file handler to be able to serve both compressed and uncompressed files.
This commit is contained in:
Jm Casler
2020-10-22 18:43:54 -07:00
parent 00eed206cb
commit 5981831bc0
3 changed files with 48 additions and 3 deletions

18
data/static/index.html Normal file
View File

@@ -0,0 +1,18 @@
<!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>