stronnag / mwptools

ground station, mission planner and tools for inav and multiwii-nav
http://stronnag.github.io/mwptools/
GNU General Public License v3.0
190 stars 35 forks source link

mwp checks inav version incorrectly for setting 'nav_rth_home_offset_distance' #124

Closed snaewe closed 2 years ago

snaewe commented 2 years ago

Only inav versions > 2.5.0 and <= 2.6.0 have this setting (if I read the git log correctly).

snaewe commented 2 years ago

Maybe something like this fixes it: #125

snaewe commented 2 years ago

Btw: This is what I saw in the cosole log:

2022-06-07T10:09:47+0200 MSP Error: MSP_CMDS_COMMON_SETTING[4099] nav_rth_home_offset_distance

stronnag commented 2 years ago

But it't not a problem. If the setting doesn't exist, it's ignored.

snaewe commented 2 years ago

Ok. If you don't mind the error in the console logs, let's just forget about this.

stronnag commented 2 years ago

fixed in #125