Skip to content

Commit

Permalink
401 sweep points
Browse files Browse the repository at this point in the history
  • Loading branch information
galileo-pkm committed Jan 8, 2021
1 parent 97c7c8f commit 5fa16c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NanoVNASaver/Hardware/NanoVNA_H4.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5fa16c6

Please sign in to comment.