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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user