Skip to content

Commit

Permalink
Merge pull request #369 from galileo-pkm/H4_401
Browse files Browse the repository at this point in the history
401 sweep points
  • Loading branch information
zarath committed Feb 19, 2021
2 parents 911fb23 + 5fa16c6 commit 4204bad
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 4204bad

Please sign in to comment.