mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 11:29:53 +03:00
add i2c error counter in status bar
This commit is contained in:
parent
22cc8f0b96
commit
f70b6f64ff
4 changed files with 9 additions and 2 deletions
|
@ -32,8 +32,8 @@ $(document).ready(function() {
|
|||
GUI.connected_to = false;
|
||||
|
||||
// Reset various UI elements
|
||||
$('.software-version').html('0.0');
|
||||
$('span.cycle-time').html('0');
|
||||
$('span.i2c-error').text(0);
|
||||
$('span.cycle-time').text(0);
|
||||
|
||||
MSP.disconnect_cleanup();
|
||||
PortUsage.reset();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue