inav
inav copied to clipboard
INAV: Navigation-enabled flight control software
Add unofficial target for JHEF405PRO (aka GHF405AIO-HD)  Betaflight counterpart: [https://github.com/betaflight/unified-targets/blob/master/configs/default/JHEF-JHEF405PRO.config](https://github.com/betaflight/unified-targets/blob/master/configs/default/JHEF-JHEF405PRO.config) INAV similar **but different** FC (No I2C): [https://github.com/iNavFlight/inav/blob/master/src/main/target/JHEMCUF405/target.h ](https://github.com/iNavFlight/inav/blob/master/src/main/target/JHEMCUF405/target.h ) **Test quad**  3.5" dry weight 2S/4S JHEMCU GHF405AIO-HD...
Some users have reported issues with INAV 7.1+ when upgrading from previews versions in aircraft that had this gyro. Recalibrating the gyro, or redoing the setup in INAV 7.1 seems...
This PR depends on https://github.com/iNavFlight/inav/pull/10032 to make use of the inclination and intensity tables. The compilation will fail because this dependency is missing. And it also depends on https://github.com/iNavFlight/inav-configurator/pull/2088 for...
This PR is in response to the issue #10059 . I have checked the resource mapping of the board and compared it with the config file in BF and indeed...
added CMS for Formation Flight
## Current Behavior  The only resuilt I can get is; 1. All LEDs flash with Strobe in Black Color 2. Only 3 LEDs are configurable...
Fixes an issue when using the yaw stick to alter course during Nav course hold on fixed wing where the plane reverses the turn direction during adjustment. This is caused...
Add a deadband and possibility of skipping updates when there are no changes. ### gimbal_jitter_deadband How much position change needs to happen, before considering it different from last position. Having...