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
+8
View File
@@ -6,6 +6,10 @@ from python_app.models.run_config_schema import (
GprModel,
GprRxGeometryModel,
GprTxGeometryModel,
KamilAdcModel,
LaserControlModel,
LaserManualModeModel,
LaserVariationModeModel,
LocatorServerRuntimeModel,
PreprocessAssetModel,
PreprocessNotchModel,
@@ -33,6 +37,10 @@ __all__ = [
"GprModel",
"GprRxGeometryModel",
"GprTxGeometryModel",
"KamilAdcModel",
"LaserControlModel",
"LaserManualModeModel",
"LaserVariationModeModel",
"LocatorServerRuntimeModel",
"PreprocessAssetModel",
"PreprocessNotchModel",