Skip to content

Commit

Permalink
fix for issue NanoVNA-Saver#458
Browse files Browse the repository at this point in the history
  • Loading branch information
galileo-pkm committed Jan 17, 2022
1 parent 0c17938 commit 55b7c4e
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions NanoVNASaver/Hardware/VNA.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,17 @@
logger = logging.getLogger(__name__)

DISLORD_BW = OrderedDict((
(10, 181),
(33, 58),
(100, 19),
(333, 5),
(1000, 1),
(2000, 0),
(10, 363),
(33, 117),
(50, 78),
(100, 39),
(200, 19),
(250, 15),
(333, 11),
(500, 7),
(1000, 3),
(2000, 1),
(4000, 0),
))
WAIT = 0.05

Expand Down

0 comments on commit 55b7c4e

Please sign in to comment.