Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
Super Scouting: Rename defence zones (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuliu2016 authored Mar 3, 2020
1 parent 90de0a9 commit 13e9ef6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
minSdkVersion(21)
targetSdkVersion(28)
versionCode = 1
versionName = "2020.1.1"
versionName = "2020.1.3"
resConfigs("en", "hdpi")

// Read the TBA key from local properties
Expand Down
22 changes: 11 additions & 11 deletions app/src/main/assets/Boardfile.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"year": 2020,
"revision": 6,
"revision": 7,
"robot_scout": {
"screens": [
{
Expand Down Expand Up @@ -69,7 +69,7 @@
},
{
"name": "resisting",
"type": "Switch"
"type": "Button"
}
],
[
Expand Down Expand Up @@ -202,17 +202,17 @@
],
[
{
"name": "A1_defends_cross_field",
"name": "A1_defends_loading_area",
"type": "Switch",
"is_lite": true
},
{
"name": "A1_defends_mid_field",
"name": "A1_defends_rendezvous",
"type": "Switch",
"is_lite": true
},
{
"name": "A1_defends_close_field",
"name": "A1_defends_shooting_area",
"type": "Switch",
"is_lite": true
}
Expand Down Expand Up @@ -281,17 +281,17 @@
],
[
{
"name": "A2_defends_cross_field",
"name": "A2_defends_loading_area",
"type": "Switch",
"is_lite": true
},
{
"name": "A2_defends_mid_field",
"name": "A2_defends_rendezvous",
"type": "Switch",
"is_lite": true
},
{
"name": "A2_defends_close_field",
"name": "A2_defends_shooting_area",
"type": "Switch",
"is_lite": true
}
Expand Down Expand Up @@ -360,17 +360,17 @@
],
[
{
"name": "A3_defends_cross_field",
"name": "A3_defends_loading_area",
"type": "Switch",
"is_lite": true
},
{
"name": "A3_defends_mid_field",
"name": "A3_defends_rendezvous",
"type": "Switch",
"is_lite": true
},
{
"name": "A3_defends_close_field",
"name": "A3_defends_shooting_area",
"type": "Switch",
"is_lite": true
}
Expand Down

0 comments on commit 13e9ef6

Please sign in to comment.