Tools/generate_board_targets_json.py exclude VOXL2 for now (dev environment not yet available to github)

This commit is contained in:
Daniel Agar
2022-09-23 16:40:56 -04:00
parent 32277f6332
commit 16b4149492
+2 -1
View File
@@ -33,7 +33,8 @@ excluded_platforms = ['qurt']
excluded_labels = [
'stackcheck',
'nolockstep', 'replay', 'test',
'uavcanv1' # TODO: fix and enable
'uavcanv1', # TODO: fix and enable
'voxl2' # TODO: fix and enable
]
def process_target(px4board_file, target_name):