Skip to content

INAV Configurator 5.0 Release Notes

Paweł Spychalski edited this page May 29, 2022 · 3 revisions

This version of INAV Configurator is intended to be used only with INAV firmware 5.0 families. INAV 4.x and below are not supported at all!

Very important!!

This release of INAV Configurator works only with INAV 5.0! It will not connect to INAV 4.x at all!

INAV 4.x to INAV 5.0 firmware update procedure

  1. Use INAV Configurator 4.x CLI to make a diff of the current configuration
  2. Store the diff output
  3. Download INAV Configurator 5.0 and flash INAV 5.0 firmware with FULL CHIP ERASE
  4. Connect with INAV Configurator and restore the diff with the CLI tab

Important changes

Known issues

  • none
INAV Discord Server
INAV Official on Facebook

Support developers for free by checking out from the following stores after having clicked on the following links:

Support us on Banggood

Important notes

  • always read README.md
  • on Linux you have to make chrome_crashpad_handler executable:
    • inav-configurator chmod +x inav-configurator``
    • chrome_crashpad_handler chmod +x chrome_crashpad_handler``

Moved functionality

  • 3D motor configuration moved from Configuration to Outputs
  • Craft name moved from Configuration to OSD
  • GPS configuration moved from Configuration to GPS

What's Changed

New Contributors