Skip to content

Commit

Permalink
Revert "Update index.js"
Browse files Browse the repository at this point in the history
This reverts commit feb1c0d. Which is already commited in a42b90a
  • Loading branch information
Frzoen authored and Stanisław committed Oct 18, 2018
1 parent feb1c0d commit ec52fdf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions client/src/js/state/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@ let state = {
mode: 'drive',
manipulator: {
axis1: {
min: 2800,
max: 4850,
min: 2200,
max: 5000,
step: 10,
value: 3300
value: 4600
},
axis2: {
min: 2700,
max: 4450,
max: 5000,
step: 10,
value: 3300
value: 3400
},
gripper: {
min: 2400,
max: 3600,
step: 10,
value: 3300
value: 3000
},
},

Expand All @@ -39,5 +39,5 @@ let state = {
temperature: ""
}
};
export default state;

export default state;

0 comments on commit ec52fdf

Please sign in to comment.