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

Commit

Permalink
[Dawn] Version Displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmasd committed Apr 15, 2017
1 parent 5f5c594 commit 4a9677e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions dawn/renderer/components/DNav.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import IPBox from './IPBox';
import UpdateBox from './UpdateBox';
import StatusLabel from './StatusLabel';
import TooltipButton from './TooltipButton';
import { VERSION } from '../constants/Constants';
import { runtimeState } from '../utils/utils';

class DNavComponent extends React.Component {
Expand Down
2 changes: 1 addition & 1 deletion dawn/renderer/constants/Constants.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import keyMirror from 'keymirror';

export const VERSION = 'FCD-0.1.0';
export const VERSION = 'FC-0.1.0';
export const PeripheralTypes = keyMirror({
MOTOR_SCALAR: null,
SENSOR_BOOLEAN: null,
Expand Down
1 change: 0 additions & 1 deletion dawn/renderer/utils/lcm_ws_bridge.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ class LCM {
// Internal convenience method for sending data over the websocket
try {
this.ws.send(CircularJSON.stringify({ type, data }));
console.log(CircularJSON.stringify({ type, data }));
} catch (err) {
console.log('*');
}
Expand Down

0 comments on commit 4a9677e

Please sign in to comment.