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:
Diffstat (limited to 'tabs/motors.html')
-rw-r--r--tabs/motors.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/tabs/motors.html b/tabs/motors.html
index 09e18872..d1a71f16 100644
--- a/tabs/motors.html
+++ b/tabs/motors.html
@@ -25,11 +25,19 @@
</div>
</div>
<div class="half">
- <table class="cf-table">
+ <table class="output-stats-table">
<tr>
<th>Acc. noise RMS</th>
<td class="acc-rms"></td>
</tr>
+ <tr>
+ <th>Current [A]</th>
+ <td class="current-current"></td>
+ </tr>
+ <tr>
+ <th>Voltage [V]</th>
+ <td class="current-voltage"></td>
+ </tr>
</table>
</div>
<div class="clear-both"></div>