SXXXXXXX_Radian/radian/config/components.yaml
2025-11-12 13:36:07 +01:00

16 lines
603 B
YAML

# config/components.yaml
components:
test_component:
# !!! IMPORTANT: Use the actual path to the 'test_component' FOLDER you created !!!
path: "C:/src/____GitProjects/RADIAN/radian_plugins/test_component"
# Comment out the other components for now, as they don't have an adapter.py yet.
#
# radar_data_reader:
# path: "C:/path/to/your/radar_data_reader_project"
# git_repo: "https://github.com/your_username/radar_data_reader.git"
#
# flight_monitor:
# path: "C:/path/to/your/FlightMonitor_project"
# git_repo: "https://github.com/your_username/FlightMonitor.git"