first attempt at radioradar

This commit is contained in:
Ayzen
2026-05-06 18:15:50 +03:00
parent cf3f3cbd67
commit bde86813e5
28 changed files with 3224 additions and 30 deletions
@@ -192,6 +192,9 @@ class AppWindowPipelineMixin:
if config.is_multi_device:
self._log("Multi-device raw producer will configure all LibreVNA devices")
return
if config.is_kamil_adc:
self._log("Kamil ADC raw producer will apply laser_control and start the external collector")
return
radar_service = create_single_radar_service(config)
if not getattr(radar_service, "driver_available", True):