Prepare for Python controller
This commit is contained in:
parent
263db4588b
commit
394b84bdd8
7 changed files with 2 additions and 2 deletions
|
@ -128,7 +128,7 @@ def serial_reader(shared_data):
|
||||||
|
|
||||||
@app.route('/')
|
@app.route('/')
|
||||||
def index():
|
def index():
|
||||||
return send_file('static/index.html')
|
return send_file('static/debugger.html')
|
||||||
|
|
||||||
@app.route('/<last_received>/api.json')
|
@app.route('/<last_received>/api.json')
|
||||||
def api(last_received):
|
def api(last_received):
|
|
@ -112,6 +112,6 @@
|
||||||
<th class="raw">Raw ID</th>
|
<th class="raw">Raw ID</th>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<script src="static/script.js"></script>
|
<script src="static/debugscript.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue