mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Add template for old command-based style (#2031)
This commit is contained in:
committed by
Peter Johnson
parent
486fa9c696
commit
55a7f2b4ad
@@ -38,5 +38,15 @@
|
||||
"foldername": "commandbased",
|
||||
"gradlebase": "cpp",
|
||||
"commandversion": 2
|
||||
},
|
||||
{
|
||||
"name": "Old Command Robot",
|
||||
"description": "Old-Command style (deprecated)",
|
||||
"tags": [
|
||||
"Command"
|
||||
],
|
||||
"foldername": "oldcommandbased",
|
||||
"gradlebase": "cpp",
|
||||
"commandversion": 1
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user