Skip to content

Releases: stronnag/impload

Snapshot 2024-05-26

26 May 13:21
Compare
Choose a tag to compare
  • Improve performance on low bandwidth / weakly buffered devices
  • make IMPLOAD_DUMPHEX useful
  • fix Makefile

The impload application may be found in the OS specific archive as:

<osname>/impload-release/impload[.exe]

Current Build

12 Apr 15:25
Compare
Choose a tag to compare
  • Expand INAV CLI file test to better read missions (including fwapproach) from INAV diff files
  • Don't enumerate ports on MacOS (to facilitate cross-compilation)

Current Build

13 Feb 15:30
Compare
Choose a tag to compare

New feature

  • Support INAV 7.1.0 fwapproach (FW Autoland)

The impload application may be found in the OS archive as:

<osname>/impload-release/impload[.exe]

Current Build

14 Oct 16:56
Compare
Choose a tag to compare
  • Improve rebase
    • More accurate geodesic calculation
    • Rebase location may be relative to any geographic WP

Current Build

10 Jun 18:12
Compare
Choose a tag to compare
  • Improve restore handling of empty missions

Rebase

19 May 19:30
Compare
Choose a tag to compare

Add rebase option to geographically relocate a mission file. The first WP is relocated to the location given, other WPs pro-rata.

impload -rebase 35.761000,140.378945 convert WP_test.mission jptest.mission

The output mission file jptest.mission is rebased on 35.761000,140.378945, aka Narita Aiport, Japan.

Markdown Generator

07 Sep 17:53
Compare
Choose a tag to compare
  • Add Markdown as an output format

MSP V2 by preference

12 Jun 07:42
Compare
Choose a tag to compare
  • Use MSP V2 on appropriate INAV versions
  • Miscellaneous cleanups / fixes
  • Add verbose (maintainer) flag

Multi Mission

06 Nov 16:45
Compare
Choose a tag to compare
  • Support inav 4.0 Multi Mission
  • Use MSP_WP_GETINFO to determine max WPs available (via command line option)
  • Supports udp://__MWP_SERIAL_HOST device (mainly for win11/wslg and ser2udp serial <-> UDP bridge)
    # for example
    impload -d udp://__MWP_SERIAL_HOST:17071 download
    

Variable max waypoints

15 Oct 12:00
Compare
Choose a tag to compare

In order to support experiments around iNavFlight/inav#7510, allow the user to set the maximum number of WPs that can be loaded / stored in the FC. By default it is set to 255.

For safety with inav 3.0.2 and earlier, one can define the maximum.

impload --maxwp 60 ...