diff --git a/Sail_Instrument/plugin.py b/Sail_Instrument/plugin.py index f4c41f4..0388f08 100644 --- a/Sail_Instrument/plugin.py +++ b/Sail_Instrument/plugin.py @@ -498,7 +498,7 @@ def run(self): data.VMIN = self.config[VMIN] # for k in ("COG","SOG","HDT","STW"): - # if data.misses(k): data[k] = -1 # explicitly mark as undefined, workaround for + # if data.misses(k): data[k] = -1 # explicitly mark as undefined, workaround for https://github.com/wellenvogel/avnav/issues/347 for k in data.keys(): # print(f"{PATH_PREFIX + k}={data[k]}")