Skip to content

Commit

Permalink
MWR config updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fruzyna committed Mar 26, 2024
1 parent f535695 commit 08f4d0f
Showing 1 changed file with 10 additions and 22 deletions.
32 changes: 10 additions & 22 deletions config/2024-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "wr-3.0.0",
"version": "wr-3.1.0",
"note": [
{
"name": "Notes",
Expand All @@ -11,20 +11,8 @@
"cycle": false,
"inputs": [
{
"name": "Rank, No Ties",
"id": "note_notes_team_rank_no_ties",
"type": "slider",
"options": [
1,
3,
1
],
"default": 1,
"negative": true
},
{
"name": "Rank, Ties",
"id": "note_notes_team_rank_ties",
"name": "Rank",
"id": "note_notes_team_rank",
"type": "slider",
"options": [
1,
Expand Down Expand Up @@ -553,13 +541,6 @@
"id": "match_auto_scoring",
"cycle": false,
"inputs": [
{
"name": "Leave",
"id": "match_auto_scoring_leave",
"type": "checkbox",
"default": false,
"negative": false
},
{
"name": "Speaker",
"id": "match_auto_scoring_speaker",
Expand Down Expand Up @@ -622,6 +603,13 @@
],
"default": 0
},
{
"name": "Lob Pass",
"id": "match_teleop_scoring_lob_pass",
"type": "counter",
"default": 0,
"negative": false
},
{
"name": "Unsure of Results - Speaker or Amp",
"id": "match_teleop_scoring_unsure_of_results_speaker_or_amp",
Expand Down

0 comments on commit 08f4d0f

Please sign in to comment.