Skip to content

Commit

Permalink
Do not validate inut by default.
Browse files Browse the repository at this point in the history
As it crashes often with uncalibrated devices on connect
  • Loading branch information
zarath committed Jul 28, 2020
1 parent 89c809c commit 569fcdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NanoVNASaver/Hardware/VNA.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def __init__(self, iface: Interface):
self.serial = iface
self.version = Version("0.0.0")
self.features = set()
self.validateInput = True
self.validateInput = False
self.datapoints = self.valid_datapoints[0]
self.bandwidth = 1000
self.bw_method = "ttrftech"
Expand Down

0 comments on commit 569fcdb

Please sign in to comment.