Prepare for Python controller

This commit is contained in:
redfast00 2022-01-17 20:00:53 +01:00
parent 263db4588b
commit 394b84bdd8
No known key found for this signature in database
GPG key ID: 5946E0E34FD0553C
7 changed files with 2 additions and 2 deletions

View file

@ -128,7 +128,7 @@ def serial_reader(shared_data):
@app.route('/')
def index():
return send_file('static/index.html')
return send_file('static/debugger.html')
@app.route('/<last_received>/api.json')
def api(last_received):

View file

@ -112,6 +112,6 @@
<th class="raw">Raw ID</th>
</tr>
</table>
<script src="static/script.js"></script>
<script src="static/debugscript.js"></script>
</body>
</html>