diff --git a/flymaster-ui.html b/flymaster-ui.html new file mode 100644 index 0000000..b8d7056 --- /dev/null +++ b/flymaster-ui.html @@ -0,0 +1,349 @@ + + +
+ + +Name: {{ deviceInfo.name }}
+Unit ID: {{ deviceInfo.unitId }}
+Select | +# | +Start Date | +End Date | +Duration | +
---|---|---|---|---|
+ | {{ track.index + 1 }} | +{{ formatDate(track.startDate) }} | +{{ formatDate(track.endDate) }} | +{{ formatDuration(track.duration) }} | +
Total points: {{ trackPoints.length }}
+ +# | +Latitude | +Longitude | +GPS Alt | +Baro Alt | +Time | +
---|---|---|---|---|---|
{{ index + 1 }} | +{{ point.lat.toFixed(6) }} | +{{ point.lon.toFixed(6) }} | +{{ point.gpsalt }}m | +{{ point.baroalt.toFixed(1) }}m | +{{ formatDate(new Date(point.time * 1000)) }} | +