Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorskaman82 <albert@wd-design.de>2015-10-22 19:03:17 +0300
committerskaman82 <albert@wd-design.de>2015-10-22 19:03:17 +0300
commitb0b8cc00d7a21b5f950dd2ee2506a961a22f7c6b (patch)
tree31f0095f089a650e1b21cdd0db600f15661414b9 /main.html
parent10f7cdd1b083354a426fa37a37392bb5ad4e617a (diff)
Further work and preparation.
Placed dataflash status bar in the header but can’t figure out how to trigger a readout on connect in serial_backend.js. Some help?
Diffstat (limited to 'main.html')
-rwxr-xr-xmain.html32
1 files changed, 28 insertions, 4 deletions
diff --git a/main.html b/main.html
index 3586acc5..e4a1ba08 100755
--- a/main.html
+++ b/main.html
@@ -113,10 +113,34 @@
</label>
</li>
</ul>
- </div>
+ </div>
+
+
+
+
+
+
+
+
+
<a id="options" href="#" i18n_title="options_title"></a>
+
+ <div class="tab-dataflash" id="flashstate" style="width:120px; float:right; height:12px;"
+>
+ <div class="require-dataflash" id="header_dataflash">
+ <ul class="dataflash-contents" style="height:7px; margin:12px;">
+ <li class="dataflash-free" style="height:10px; text-align:left;">
+ <div class="legend" align="left" style="font-size:10px; margin-top:-40px; float:left; line-height:12px; width:100%;"></div>
+ </li>
+ </ul>
+
+ </div>
+</div>
+
+
+
<div class="header-wrapper">
- <div id="sensor-status">
+ <div id="sensor-status" class="sensor_state">
<ul>
<li class="gyro" title="Gyroscope">Gyro</li>
<li class="accel" title="Accelerometer">Accel</li>
@@ -127,8 +151,8 @@
</ul>
</div>
<div id="documentation-controls">
- <ul>
- <li><a id="button-documentation" href="#" target="_blank"></a></li>
+ <ul>
+ <li><a id="button-documentation" href="#" target="_blank"></a></li>
</ul>
</div>
</div>