Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

Commit

Permalink
Polar bear renaming (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewc340 authored and lawrencechen14 committed Apr 4, 2019
1 parent a550004 commit 2486d35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dawn/renderer/components/PeripheralList.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ cleanerNames[PeripheralTypes.ServoControl] = 'Servo Controllers';
cleanerNames[PeripheralTypes.RFID] = 'RFID';
cleanerNames[PeripheralTypes.YogiBear] = 'Yogi Bear';
cleanerNames[PeripheralTypes.GameValues] = 'Game Values';
cleanerNames[PeripheralTypes.PolarBear] = 'Polar Bear';


const filter = new Set([PeripheralTypes.TeamFlag]);

Expand Down
1 change: 1 addition & 0 deletions dawn/renderer/constants/Constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export const PeripheralTypes = keyMirror({
TeamFlag: null,
GameValues: null,
master: null,
PolarBear: null,
});

export const ActionTypes = keyMirror({
Expand Down

0 comments on commit 2486d35

Please sign in to comment.