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:
authorgaelj <gaeljames@gmail.com>2016-07-21 20:19:30 +0300
committergaelj <gaeljames@gmail.com>2016-07-21 20:19:30 +0300
commitc40f0cf2e6009b3c0fd6fe5b2e34f42a169b1d9c (patch)
tree214544037ef684746b74888912beb458b3f848e8 /main.html
parenta2d8647b191569c86e88d77c2a760a18ee4b20cd (diff)
Use MSP_STATUS_EX to display CPU load in status bar, from INAV 1.2.0
Diffstat (limited to 'main.html')
-rwxr-xr-xmain.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.html b/main.html
index 42abd9ec..129510ae 100755
--- a/main.html
+++ b/main.html
@@ -247,6 +247,9 @@
<div>
<span i18n="statusbar_cycle_time"></span> <span class="cycle-time">0</span>
</div>
+ <div>
+ <span class="cpu-load"> </span>
+ </div>
<div class="version">
<!-- configuration version generated here -->
</div>