Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
#
|
2 |
|
3 |
from fastapi import FastAPI, WebSocket
|
4 |
from fastapi.responses import HTMLResponse, StreamingResponse
|
|
|
1 |
+
# Code, updated to require user interaction to start streaming, request camera and GPS permissions with high accuracy, and fix dashboard map centering on first real telemetry.
|
2 |
|
3 |
from fastapi import FastAPI, WebSocket
|
4 |
from fastapi.responses import HTMLResponse, StreamingResponse
|