pull/466/head
Galileo 2022-01-17 01:15:25 +01:00
rodzic 0c179388d3
commit 55b7c4e42c
1 zmienionych plików z 11 dodań i 6 usunięć

Wyświetl plik

@ -29,12 +29,17 @@ from NanoVNASaver.Hardware.Serial import Interface, drain_serial
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
DISLORD_BW = OrderedDict(( DISLORD_BW = OrderedDict((
(10, 181), (10, 363),
(33, 58), (33, 117),
(100, 19), (50, 78),
(333, 5), (100, 39),
(1000, 1), (200, 19),
(2000, 0), (250, 15),
(333, 11),
(500, 7),
(1000, 3),
(2000, 1),
(4000, 0),
)) ))
WAIT = 0.05 WAIT = 0.05