1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

add i2c error counter in status bar

This commit is contained in:
cTn 2014-06-16 14:13:30 +02:00
parent 22cc8f0b96
commit f70b6f64ff
4 changed files with 9 additions and 2 deletions

View file

@ -123,6 +123,9 @@
<div>
<span i18n="statusbar_packet_error"></span> <span class="packet-error">0</span>
</div>
<div>
<span i18n="statusbar_i2c_error"></span> <span class="i2c-error">0</span>
</div>
<div>
<span i18n="statusbar_cycle_time"></span> <span class="cycle-time">0</span>
</div>