Skip to content

Commit

Permalink
Merge pull request #895 from darksidelemm/testing
Browse files Browse the repository at this point in the history
Remove invert option from dfm09mod call
  • Loading branch information
darksidelemm authored Jun 18, 2024
2 parents 00ad5a4 + 3d26d45 commit fef9de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto_rx/autorx/decode.py
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ def generate_decoder_command_experimental(self):
self.raw_file_option = "--rawecc"

decode_cmd = (
f"./dfm09mod -vv --ecc --json --dist --auto --softin -i {self.raw_file_option} 2>/dev/null"
f"./dfm09mod -vv --ecc --json --dist --auto --softin {self.raw_file_option} 2>/dev/null"
)

# DFM sondes transmit continuously - average over the last 2 frames, and peak hold
Expand Down

0 comments on commit fef9de6

Please sign in to comment.