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('/')
|
||||
def index():
|
||||
return send_file('static/index.html')
|
||||
return send_file('static/debugger.html')
|
||||
|
||||
@app.route('/<last_received>/api.json')
|
||||
def api(last_received):
|
|
@ -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>
|
Loading…
Reference in a new issue