mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
[templates] Change the template ordering to put command based first (#3863)
Previously it was a bit buried.
This commit is contained in:
@@ -1,4 +1,15 @@
|
||||
[
|
||||
{
|
||||
"name": "Command Robot",
|
||||
"description": "Command style",
|
||||
"tags": [
|
||||
"Command"
|
||||
],
|
||||
"foldername": "commandbased",
|
||||
"gradlebase": "java",
|
||||
"mainclass": "Main",
|
||||
"commandversion": 2
|
||||
},
|
||||
{
|
||||
"name": "Timed Robot",
|
||||
"description": "Timed style",
|
||||
@@ -35,13 +46,14 @@
|
||||
"commandversion": 2
|
||||
},
|
||||
{
|
||||
"name": "Command Robot",
|
||||
"description": "Command style",
|
||||
"name": "Romi - Command Robot",
|
||||
"description": "Romi - Command style",
|
||||
"tags": [
|
||||
"Command"
|
||||
"Command",
|
||||
"Romi"
|
||||
],
|
||||
"foldername": "commandbased",
|
||||
"gradlebase": "java",
|
||||
"foldername": "romicommandbased",
|
||||
"gradlebase": "javaromi",
|
||||
"mainclass": "Main",
|
||||
"commandversion": 2
|
||||
},
|
||||
@@ -57,18 +69,6 @@
|
||||
"mainclass": "Main",
|
||||
"commandversion": 2
|
||||
},
|
||||
{
|
||||
"name": "Romi - Command Robot",
|
||||
"description": "Romi - Command style",
|
||||
"tags": [
|
||||
"Command",
|
||||
"Romi"
|
||||
],
|
||||
"foldername": "romicommandbased",
|
||||
"gradlebase": "javaromi",
|
||||
"mainclass": "Main",
|
||||
"commandversion": 2
|
||||
},
|
||||
{
|
||||
"name": "Educational Robot",
|
||||
"description": "Educational Robot - Not for competition use",
|
||||
|
||||
Reference in New Issue
Block a user