ArduPilot / MissionPlanner

Mission Planner Ground Control Station for ArduPilot (c# .net)
http://ardupilot.org/planner/
GNU General Public License v3.0
1.8k stars 2.42k forks source link

ConfigSerialInjectGPS.cs: Fix Septentrio config error while connected to ublox and changing away from the config RTK/GPS screen. #3435

Closed EosBandi closed 3 weeks ago

EosBandi commented 3 weeks ago

Fix Septentrio config error while connected to ublox and changing away from the config RTK/GPS screen. if "SerialInjectGPS_SeptentrioRTCMLevel" is not set, then the combo box is set to 1, which triggers the update....

yuri-rage commented 3 weeks ago

Looks like a simple logic error and equally simple fix!