mirror of
https://github.com/eatfishfish/openpilot-server.git
synced 2026-08-22 04:42:32 +00:00
1 add amap. 2 show logfile time. 3 add IPhone shortcuts.
This commit is contained in:
+9
-1
@@ -126,6 +126,11 @@
|
||||
recordOperationTime()
|
||||
}
|
||||
|
||||
function showAmap(){
|
||||
url = "/static/amap.html"
|
||||
window.location = url;
|
||||
}
|
||||
|
||||
function recordOperationTime(){
|
||||
strSec = Math.floor(Date.now() / 1000)
|
||||
localStorage.setItem("operationTime", strSec)
|
||||
@@ -170,9 +175,12 @@
|
||||
<div id="btnlist" style="display: none;text-align:center" title="" >
|
||||
</br></br></br></br>
|
||||
<input type="button" value="Log" class="button button1" onclick = "showlog();" />
|
||||
|
||||
|
||||
<input type="button" value="AMap" class="button button1" onclick = "showAmap();" />
|
||||
|
||||
<input type="button" value="Nav" class="button button1" onclick = "showNavigation();" />
|
||||
</div>
|
||||
|
||||
</br></br></br></br>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user