Skip to content

Commit

Permalink
Dev v2 (#2)
Browse files Browse the repository at this point in the history
* Added new auto system specifically an option for the users to map the path during autonomous.

* color redesign to the gold and red colors to increase user visibility and promote team spirit

* Added logo for FRC team

* fixed spelling issues on the document

* Added instructions for autonomous mapping the paths

* Configured SVR day1 match lineups to make it easier for scouters.
  • Loading branch information
prashantkon authored Mar 2, 2024
1 parent ad9209f commit c21c692
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 2024/crescendo_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var config_data = `
{ "name": "Event",
"code": "e",
"type": "event",
"defaultValue": "2023tnkn",
"defaultValue": "2024casj",
"required": "true"
},
{ "name": "Match Level",
Expand Down
2 changes: 1 addition & 1 deletion resources/js/TBAInterface.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// TBAInterface funcitons to pull data from TheBlueAlliance.com
var teams = null;
var schedule = null;
var authKey = "uTHeEfPigDp9huQCpLNkWK7FBQIb01Qrzvt4MAjh9z2WQDkrsvNE77ch6bOPvPb6";
var authKey = "zdg1CFOM0AojfMxByypNJKk7E0d4POvHsdNClZ9Hj3ov0ryfm46ElFwZ9QeL6JEU";
/**
* Get list of teams in event
*
Expand Down

0 comments on commit c21c692

Please sign in to comment.