- Emphasize the recommendation to have the NanoVNA calibrated before use

pull/42/head
Rune Broberg 2019-09-27 12:14:06 +02:00
rodzic 301577313d
commit cbcf647698
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -267,7 +267,10 @@ class CalibrationWindow(QtWidgets.QWidget):
"connected.\n\n" +
"If you want a 2-port calibration, also have a \"through\" connector " +
"to hand.\n\n" +
"Once you are ready to process, press Ok",
"The best results are achieved by having the NanoVNA calibrated " +
"on-device for the full span of interest and saved to save slot 0 " +
"before starting.\n\n" +
"Once you are ready to proceed, press Ok",
QtWidgets.QMessageBox.Ok | QtWidgets.QMessageBox.Cancel)
response = introduction.exec()
if response != QtWidgets.QMessageBox.Ok: