You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ms5611.py has unreachable code in the second order temperature compensation. Error does not exist in the related c++ file because it does not use else if statements.
Reviewing the chip documentation, switching the first if-elif clause to if-else and the last elif to if will match the datasheet.
I'm still figuring out this github stuff and pull requests seem to still be out of my league, so this is the patch file I got out of my local git commands.
ms5611.py has unreachable code in the second order temperature compensation. Error does not exist in the related c++ file because it does not use else if statements.
Reviewing the chip documentation, switching the first if-elif clause to if-else and the last elif to if will match the datasheet.
I'm still figuring out this github stuff and pull requests seem to still be out of my league, so this is the patch file I got out of my local git commands.
0001-Python-Navio-MS5611-Correction-for-second-order-temp.patch
The text was updated successfully, but these errors were encountered: