C-Netz: Allow SDR using C-Netz without calibration options

Crystals on SDRs are accurate enough for C-Netz (< 1ppm).
This commit is contained in:
Andreas Eversberg
2018-08-26 08:47:56 +02:00
parent 279dd25b15
commit eac19ddab1
2 changed files with 4 additions and 2 deletions

View File

@@ -446,7 +446,7 @@ int main(int argc, char *argv[])
exit(0);
}
if (!set_clock_speed && !measure_speed) {
if (!set_clock_speed && !measure_speed && !use_sdr) {
printf("No clock speed given. You need to measure clock using '-M' and later correct clock using '-S <rx ppm>,<tx ppm>'. See documentation for help!\n\n");
mandatory = 1;
}