mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
Added fuchsia to team backround options to indicate robot radio linked with out rio.
This commit is contained in:
@@ -56,6 +56,9 @@ body {
|
||||
.team-id[data-status=robot-linked] {
|
||||
background-color: #0a3;
|
||||
}
|
||||
.team-id[data-status=radio-linked] {
|
||||
background-color: #ff00ff;
|
||||
}
|
||||
.team-box-row {
|
||||
display: flex;
|
||||
height: 20%;
|
||||
|
||||
@@ -33,6 +33,8 @@ var handleArenaStatus = function(data) {
|
||||
} else if (stationStatus.DsConn) {
|
||||
if (stationStatus.DsConn.RobotLinked) {
|
||||
status = "robot-linked";
|
||||
} else if (stationStatus.DsConn.RadioLinked) {
|
||||
status = "radio-linked";
|
||||
} else if (stationStatus.DsConn.DsLinked) {
|
||||
status = "ds-linked";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user