mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-24 00:35:34 +03:00
Basic functions to check if sensors are healthy
This commit is contained in:
parent
d7b570dc04
commit
15cb87fc0f
9 changed files with 45 additions and 7 deletions
|
@ -224,3 +224,8 @@ void setAccelerationFilter(uint8_t initialAccLpfCutHz)
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
bool isAccelerometerHealthy(void)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue