Skip to content

Commit f07c22b

Browse files
committed
metadata_manager: add Periph to the list of vehicles
1 parent 0094574 commit f07c22b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

metadata_manager/__init__.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,10 @@
7070
waf_build_command="AntennaTracker"
7171
)
7272
)
73+
74+
vehicles_manager.add_vehicle(
75+
Vehicle(
76+
name="AP_Periph",
77+
waf_build_command="AP_Periph"
78+
)
79+
)

0 commit comments

Comments
 (0)