Skip to content

Commit

Permalink
Add support for TinySA Ultra+ ZS-407, ZS-405, ZS-406 that firmware ve…
Browse files Browse the repository at this point in the history
…rsion and hardware revision can be shown in app, screen-capture is alive and fix crashing caused by operations on Integer
  • Loading branch information
xros committed Jan 16, 2025
1 parent 7f6dcff commit f882a4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NanoVNASaver/Hardware/TinySA.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ def __init__(self, iface: Interface):
self.name = "tinySA Ultra ZS-405"
self.sweep_max_freq_Hz = 5.3e9
else:
# version 0.3.x is for tinySA
self.name = "tinySA"
self.sweep_max_freq_Hz = 0.96e9

Expand Down

0 comments on commit f882a4c

Please sign in to comment.