mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-29 07:39:43 -05:00
Fix a regression that had degraded the accuracy of wsprd frequency reporting.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7034 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
c8e340cf88
commit
5e8f9074a6
@ -604,7 +604,7 @@ int main(int argc, char *argv[])
|
|||||||
float tsync1=0.0,tsync2=0.0,ttotal=0.0;
|
float tsync1=0.0,tsync2=0.0,ttotal=0.0;
|
||||||
|
|
||||||
struct result { char date[7]; char time[5]; float sync; float snr;
|
struct result { char date[7]; char time[5]; float sync; float snr;
|
||||||
float dt; float freq; char message[23]; float drift;
|
float dt; double freq; char message[23]; float drift;
|
||||||
unsigned int cycles; int jitter; };
|
unsigned int cycles; int jitter; };
|
||||||
struct result decodes[50];
|
struct result decodes[50];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user