kopia lustrzana https://github.com/NanoVNA-Saver/nanovna-saver
New version 0.0.4:
- Main window is now scrollable for small monitors - File-handling is in a separate pop-out window - A basic mouse-adjustable cursor has been added to log-mag charts - In-app 1-port calibration is now available - Automatically finds relevant serial ports - Touchstone files can now be imported as sweeps as well as referencepull/8/head v0.0.4
rodzic
97f1dd169e
commit
c9050c8954
|
@ -20,7 +20,7 @@ from PyQt5 import QtWidgets
|
|||
|
||||
from NanoVNASaver import NanoVNASaver
|
||||
|
||||
version = "0.0.3"
|
||||
version = "0.0.4"
|
||||
|
||||
if __name__ == '__main__':
|
||||
print("NanoVNASaver " + version)
|
||||
|
|
Ładowanie…
Reference in New Issue