mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-09 13:59:11 -04:00
Increase range of Si570 calibration spinner to +/- 200 ppm.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2469 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
7cb792f31c
commit
ec56fd6912
@ -52,7 +52,8 @@ void Astro::astroUpdate(QDateTime t, QString mygrid, QString hisgrid,
|
|||||||
astroBusy=false;
|
astroBusy=false;
|
||||||
}
|
}
|
||||||
|
|
||||||
sprintf(cc,"Az: %6.1f\n"
|
sprintf(cc,
|
||||||
|
"Az: %6.1f\n"
|
||||||
"El: %6.1f\n"
|
"El: %6.1f\n"
|
||||||
"MyDop: %6d\n"
|
"MyDop: %6d\n"
|
||||||
"DxAz: %6.1f\n"
|
"DxAz: %6.1f\n"
|
||||||
|
@ -1003,10 +1003,10 @@
|
|||||||
<number>3</number>
|
<number>3</number>
|
||||||
</property>
|
</property>
|
||||||
<property name="minimum">
|
<property name="minimum">
|
||||||
<double>-100.000000000000000</double>
|
<double>-200.000000000000000</double>
|
||||||
</property>
|
</property>
|
||||||
<property name="maximum">
|
<property name="maximum">
|
||||||
<double>100.000000000000000</double>
|
<double>200.000000000000000</double>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//------------------------------------------------------------- MainWindow
|
//-------------------------------------------------------------- MainWindow
|
||||||
#include "mainwindow.h"
|
#include "mainwindow.h"
|
||||||
#include "ui_mainwindow.h"
|
#include "ui_mainwindow.h"
|
||||||
#include "devsetup.h"
|
#include "devsetup.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user