Skip to content

Commit

Permalink
restore Hardware.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xros committed Jan 14, 2025
1 parent cb91380 commit 964339b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/NanoVNASaver/Hardware/Hardware.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ def detect_version(serial_port: serial.Serial) -> str:
sleep(0.05)

data = serial_port.read(128).decode("ascii")

if data.startswith("ch> "):
return "v1"
# -H versions
Expand Down

0 comments on commit 964339b

Please sign in to comment.