401 sweep points

pull/369/head
Galileo 2021-01-08 20:53:07 +01:00
rodzic 97c7c8f3f2
commit 5fa16c65a3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -27,7 +27,7 @@ class NanoVNA_H4(NanoVNA_H):
name = "NanoVNA-H4"
screenwidth = 480
screenheight = 320
valid_datapoints = (101, 11, 51, 201)
valid_datapoints = (101, 11, 51, 201, 401)
def __init__(self, iface: Interface):
super().__init__(iface)