Skip to content

Commit

Permalink
removed experimental workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
quantenschaum committed Sep 17, 2024
1 parent 0530428 commit 2f32112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sail_Instrument/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]}")
Expand Down

0 comments on commit 2f32112

Please sign in to comment.