sn9000 support
This commit is contained in:
@@ -73,7 +73,11 @@ void install_signal_handlers() {
|
||||
}
|
||||
|
||||
if (config.model == kLibreVnaMultiModel) {
|
||||
throw std::runtime_error("librevna_multi is handled by python_app.scripts.multi_device_raw_producer");
|
||||
throw std::runtime_error("librevna_multi is handled by python_app.scripts.matrix_raw_producer");
|
||||
}
|
||||
|
||||
if (config.model == "sn9000") {
|
||||
throw std::runtime_error("sn9000 is handled by python_app.scripts.matrix_raw_producer");
|
||||
}
|
||||
|
||||
throw std::runtime_error("Unsupported radar.model for sweep_orchestrator: " + config.model);
|
||||
|
||||
Reference in New Issue
Block a user