1 ![](http://static.rcgroups.net/forums/attachments/6/1/0/3/7/6/a9088858-102-inav.png)
3 **Hello and welcome to INAV 2.5.0 Release!**
5 Please carefully read all of this document for the best possible experience and safety.
7 Get in touch with other pilots, share experiences, suggestions and ask for help on:
12 <td><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/82/Telegram_logo.svg/1024px-Telegram_logo.svg.png" width="48"></td>
13 <td><a href="https://t.me/INAVFlight">INAV Official on Telegram</a></td>
16 <td><img src="https://upload.wikimedia.org/wikipedia/commons/c/cd/Facebook_logo_%28square%29.png" width="48"></td>
17 <td><a href="https://www.facebook.com/groups/INAVOfficial">INAV Official on Facebook</a></td>
22 Please continue to support developers, for free, by checking out from the following stores after having clicked on the following links:
27 <td><img src="https://lh3.googleusercontent.com/TiHXyUiZ2COk7OmceBgo1qeRN2APAjWL5qUydGc-U3LqkJb3n13EhYEJ8Dpz_IACNHU" width="55"></td>
28 <td><a href="https://inavflight.com/shop/u/bg">Support us on Banggood</a></td>
33 Your contribution from the past month has been very welcome! Thanks!
35 Tested and suggested hardware can be found [here](https://github.com/iNavFlight/inav/wiki/Welcome-to-INAV,-useful-links-and-products)
39 ### CLI `aux` mode migration
41 inav 2.5 moves the CLI `aux` mode value from a `boxid` that was not guaranteed to be stable between releases to a `permmanentId` that is guaranteed to be stable between releases. This is a "breaking" change for inav 2.5 that brings stability in the future.
43 In order to use a `diff` or `dump` from 2.4 or earlier in inav 2.5, the user must do one of the following:
45 * Remove `aux` settings from the `diff` / `dump` and recreate them in inav 2.5; or
46 * Use the [box2perm](https://github.com/stronnag/box2perm) tool to migrate the `diff` / `dump` automatically; or
47 * Manually edit the `aux` settings; a conversion table is provided as part of the [box2perm documentation](https://github.com/stronnag/box2perm#additional-information).
52 All traces of `PWM` RX have finally been removed. Please check that your receiver type is correctly assigned before raising bogus issues that your RX no longer works.
56 STM32 F3 flight controllers like Omnibus F3 or SP Racing F3 are deprecated and soon they will reach the end of support in INAV. If you are still using F3 boards, please migrate to F4 or F7.
60 0. Download and install the new [configurator](https://github.com/iNavFlight/inav-configurator/releases)
61 1. Save to a file the current _diff all_ from the CLI.
62 2. Modify the `diff` to update or remove the `aux` statements
63 3. Upgrade to INAV 2.5 using the Full Erase option in the configurator.
64 4. Upload your OSD font of choice from the OSD tab.
65 5. Go the CLI again and paste the contents on the file you previously create and write _save_ , press ENTER and done!
66 6. You should be ready, explore new 2.5 features and enjoy!
68 ## Upgrading from 2.3 or older version
70 Please follow the instructions on [this](https://github.com/iNavFlight/inav/wiki/Upgrading-from-an-older-version-of-INAV-to-the-current-version) page.
81 | Command | Description |
82 | ------- | ----------- |
83 | `gf` | Global Functions. For details refer to `Global Functions.md` in the `docs` folder. |
84 | `logic` | Defined Logic conditions activating Global Functions. For details refer to `Logic Conditions.md` in the `docs` folder. |
88 | Setting | Description |
89 | ------- | ----------- |
90 | `dynamic_gyro_notch_enabled` | Enable/disable dynamic gyro notch also known as Matrix Filter [ON / OFF] |
91 | `dynamic_gyro_notch_range` | Range for dynamic gyro notches. `MEDIUM` for 5", `HIGH` for 3" and `MEDIUM` or `LOW` for 7" and bigger propellers |
92 | `dynamic_gyro_notch_q` | Q factor for dynamic notches |
93 | `dynamic_gyro_notch_min_hz` | Minimum frequency for dynamic notches. Default value of 150 works best with 5" multirors. Should be lowered with increased size of propellers. Values around 100 work fine on 7" drones. 10" can go down to 60 - 70 |
94 | `motor_direction_inverted` | Replaces `yaw_motor_direction` |
95 | `nav_fw_control_smoothness` | Controls smoothness of navigation control (0-9). 0 gives legacy behaviour, non-zero values give increasing smoothness. |
96 | `nav_fw_pos_hdg_p` | P gain of heading PID controller. |
97 | `nav_fw_pos_hdg_i` | I gain of heading PID controller. |
98 | `nav_fw_pos_hdg_d` | D gain of heading PID controller. |
99 | `nav_fw_pos_hdg_pidsum_limit` | Output limit for heading trajectory PID controller. (Fixedwing, rovers, boats) |
100 | `nav_use_fw_yaw_control` | Enables or Disables the use of the heading PID controller on fixed wing |
101 | `nav_fw_yaw_deadband` | Deadband for heading trajectory PID controller. When heading error is below the deadband, controller assumes that vehicle is on course |
102 | `osd_esc_temp_alarm_max` | Temperature under which the IMU temperature OSD element will start blinking (decidegrees centigrade) |
103 | `osd_esc_temp_alarm_min` | Temperature above which the IMU temperature OSD element will start blinking (decidegrees centigrade)|
104 | `osd_hud_wp_disp` | Controls display of the next waypoints in the HUD. See description below |
105 | `osd_ahi_style` | Sets OSD Artificial Horizon style "DEFAULT" or "LINE" for the FrSky Graphical OSD |
106 | `telemetry_halfduplex` | Replaces `telemetry_uart_unidir` |
107 | `servo_protocol` | Select which protocol is used to communicate with servos (PWM, servo driver or SBUS) |
111 | Setting | Description |
112 | ------- | ----------- |
113 | `dyn_notch_width_percent` | |
114 | `dyn_notch_range` | |
116 | `dyn_notch_min_hz` | |
117 | `rpm_dterm_filter_enabled` | |
118 | `dterm_gyro_harmonic` | |
119 | `rpm_dterm_min_hz` | |
121 | `telemetry_uart_unidir` | Replaced by `telemetry_halfduplex` |
122 | `yaw_motor_direction` | Replaced by `motor_direction_inverted` |
125 ## New drivers and protocols
127 * BME280 Barometer ([@gereic])
129 ## Initial Rover and Boat support ([@DzikuVx])
131 Starting from version 2.5, INAV supports Rovers and Boats (more general: ground and water vehicles without altitude control with yaw steering only. Remark: tanks and vehicles with differential steering are also supported).
133 The Rover and Boat related features:
134 * Flight modes: PosHold, AltHold, Cruise, Launch, Loiter Direction Change, Angle, Horizon, FPV Angle Mix, Turn Assist, Airmode are not available on Rover and Boat platforms
135 * Feature 3D is renamed to Reversible Motors
136 * Reversible ESCs are now working correctly
137 * New Heading PID controller used for YAW control on rovers and boats
138 * Return To Home is working. Rover will disarm at the end of RTH procedure. Bear in mind, it will return in a straight line, no Smart RTH support yet.
139 * Waypoint Missions are operational. Rover will drive directly int the direction of the Waypoint. At the last Waypoint, it will stop motors instead of loitering.
141 ## Reversible ESCs support ([@DzikuVx])
145 ## New Matrix Filters for Multirotors ([@DzikuVx])
147 The new Matrix Notch filter comes enabled by default on INAV. It's a dynamic notch filter that detects noise frequencies on each individual axis (X, Y and Z) and apply the filters to each axis, resulting in a much better noise handling.
149 Check out [this video](https://www.youtube.com/watch?v=w0QsVIXYWCE) to see a detailed explanation of how the Matrix Filter works.
151 ## JUMP, HOLD and LAND Waypoint types ([@giacomo892], [@Jacky2k], [@stronnag])
153 INAV 2.5 supports additional waypoint types, allowing more complex missions to be performed.
155 * **JUMP**: Defines a 'jump' to another waypoint, allowing mission loops (backward jump) and forward jumps. The number of jump iterations is also user defined.
156 * **POSHOLD_TIME**: Defines the amount of time for which the aircraft will loiter at the waypoint position before proceeding to the next waypoint.
157 * **LAND**: Defines a location for landing. This allows INAV to perform one-way missions.
159 The [navigation messages wiki page](https://github.com/iNavFlight/inav/wiki/MSP-Navigation-Messages) provides more information and annotated examples.
161 ## HUD POI Waypoints markers ([@OlivierC-FR])
162 Shows the next waypoints in the hud. To enable this feature, enter the count of next waypoints in the CLI command:
164 `set osd_hud_wp_disp = 0 to 3`
166 Or on the CMS menu: OSD > HUD > Displayed items > Next waypoints: (from 0 to 3, 0 means disabled)
168 Then start a WP mission, the next WPs will appear as soon as the mission is loaded in FC memory AND that the aircraft has a valid GPS heading, so it must move if it's not fitted with a magnetometer.
170 ## Servo S.BUS output ([@digitalentity])
172 It's now possible to connect S.BUS servos to INAV. You can configure INAV to output servo commands as S.BUS stream on one of the serial ports. Important note - F4 boards generally don't support inversion on serial ports, for those boards a hardware inverter might be required.
174 ## VTX/CMS Unification ([@digitalentity])
176 Now CMS has one unified page for configuring VTX settings. No need to remember which protocol your VTX is talking (Tramp, S.Audio or other).
178 ## ESC Sensor listen-only mode ([@digitalentity])
180 ESC sensor can now be put to listen-only mode, allowing ESC sensor functionality to be used when an ESC is connected with a PWM-based protocol and configured to sent telemetry automatically. This will be useful on airplanes to provide RPM feedback without the need to use DSHOT.
184 Due to flash / memory restrictions the following functions have been disabled on F3 targets:
189 [@shellixyz]: https://github.com/shellixyz
190 [@digitalentity]: https://github.com/digitalentity
191 [@DzikuVx]: https://github.com/DzikuVx
192 [@fiam]: https://github.com/fiam
193 [@giacomo892]: https://github.com/giacomo892
194 [@hali9]: https://github.com/hali9
195 [@stronnag]: https://github.com/stronnag
196 [@hydra]: https://github.com/hydra
197 [@OlivierC-FR]: https://github.com/OlivierC-FR
198 [@Jacky2k]: https://github.com/Jacky2k
199 [@gereic]: https://github.com/gereic