Update the ugear health structure to match the microgear code.
This commit is contained in:
parent
6c95d65afa
commit
b8d3a41810
1 changed files with 3 additions and 0 deletions
|
@ -67,6 +67,9 @@ struct health {
|
||||||
float volts_raw; /* raw volt reading */
|
float volts_raw; /* raw volt reading */
|
||||||
float volts; /* filtered volts */
|
float volts; /* filtered volts */
|
||||||
uint16_t est_seconds; /* estimated useful seconds remaining */
|
uint16_t est_seconds; /* estimated useful seconds remaining */
|
||||||
|
uint8_t loadavg; /* system "1 minute" load average */
|
||||||
|
uint8_t ahrs_hz; /* actual ahrs loop hz */
|
||||||
|
uint8_t nav_hz; /* actual nav loop hz */
|
||||||
double time;
|
double time;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue