Don't touch the GPS setting (I had it backwards anyway).
This commit is contained in:
parent
474b564385
commit
1e5a6fd854
|
@ -209,7 +209,7 @@ int main(int argc, char **argv) {
|
||||||
exit (1);
|
exit (1);
|
||||||
}
|
}
|
||||||
|
|
||||||
sendBeastSettings(c, "Cdfgj"); // Beast binary, no filters, CRC checks on, GPS timestamps, no mode A/C
|
sendBeastSettings(c, "Cdfj"); // Beast binary, no filters, CRC checks on, no mode A/C
|
||||||
|
|
||||||
// Set up output connection on stdout
|
// Set up output connection on stdout
|
||||||
fatsv_output = makeFatsvOutputService();
|
fatsv_output = makeFatsvOutputService();
|
||||||
|
|
Loading…
Reference in a new issue