16 lines
603 B
YAML
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" |