Skip to content

Commit

Permalink
Fix formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
fuddster authored Jan 9, 2025
1 parent 760c31b commit 9b35e68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 2025/reefscape_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ var config_data = `
},
"defaultValue": "x"
},
{ "name": "Scored in Opponent Processor",
{ "name": "Scored in<br>Opponent<br>Processor",
"code": "opp",
"type": "bool"
}
Expand All @@ -140,12 +140,12 @@ var config_data = `
"code": "ebt",
"type": "timer"
},
{ "name": "Final Status",
{ "name": "Final Robot Status",
"code": "efs",
"type":"radio",
"choices": {
"bp": "Parked<br>",
"ba": "Parked, failed climb<br>",
"ba": "Parked/Failed Climb<br>",
"bs": "Shallow Cage<br>",
"bd": "Deep Cage<br>",
"x": "Not attempted"
Expand Down

0 comments on commit 9b35e68

Please sign in to comment.