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:
Joe Taylor 2012-06-04 19:42:38 +00:00
parent 7cb792f31c
commit ec56fd6912
3 changed files with 5 additions and 4 deletions

View File

@ -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"

View File

@ -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>

View File

@ -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"