From 5fa16c65a3b5d639758f9d0e85835bc4112000b5 Mon Sep 17 00:00:00 2001 From: Galileo Date: Fri, 8 Jan 2021 20:53:07 +0100 Subject: [PATCH] 401 sweep points --- NanoVNASaver/Hardware/NanoVNA_H4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NanoVNASaver/Hardware/NanoVNA_H4.py b/NanoVNASaver/Hardware/NanoVNA_H4.py index c689de10..67a33c60 100644 --- a/NanoVNASaver/Hardware/NanoVNA_H4.py +++ b/NanoVNASaver/Hardware/NanoVNA_H4.py @@ -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)