mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-03 03:01:44 +00:00
[examples] Reorganize templates to use CommandsV2 (#8432)
Change Commandbased to Commandv2 Run example check on templates
This commit is contained in:
@@ -83,18 +83,18 @@ SNIPPETS_FOLDERS = [
|
||||
]
|
||||
|
||||
TEMPLATES_FOLDERS = [
|
||||
"commandbased",
|
||||
"commandbasedskeleton",
|
||||
"commandv2",
|
||||
"commandv2skeleton",
|
||||
"educational",
|
||||
"robotbaseskeleton",
|
||||
"romicommandbased",
|
||||
"romicommandv2",
|
||||
"romieducational",
|
||||
"romitimed",
|
||||
"timed",
|
||||
"timedskeleton",
|
||||
"timeslice",
|
||||
"timesliceskeleton",
|
||||
"xrpcommandbased",
|
||||
"xrpcommandv2",
|
||||
"xrpeducational",
|
||||
"xrptimed",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user