This repository was archived by the owner on Dec 23, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ const DEFAULT_STATE = {
31
31
[ SENSOR_LIST . MOTION_Y ] : 0 ,
32
32
[ SENSOR_LIST . MOTION_Z ] : 0 ,
33
33
[ SENSOR_LIST . HUMIDITY ] : 0 ,
34
- [ SENSOR_LIST . PRESSURE ] : 0 ,
34
+ [ SENSOR_LIST . PRESSURE ] : 1013 ,
35
35
[ SENSOR_LIST . PROXIMITY ] : 0 ,
36
36
[ SENSOR_LIST . GYRO_X ] : 0 ,
37
37
[ SENSOR_LIST . GYRO_Y ] : 0 ,
Original file line number Diff line number Diff line change @@ -47,24 +47,24 @@ const CLUE_MAGNET_X: ISliderProps = {
47
47
axisLabel : "X" ,
48
48
maxLabel : "Max" ,
49
49
minLabel : "Min" ,
50
- maxValue : 1600 ,
51
- minValue : 400 ,
50
+ maxValue : 1000 ,
51
+ minValue : - 1000 ,
52
52
type : SENSOR_LIST . MAGNET_X ,
53
53
} ;
54
54
const CLUE_MAGNET_Y : ISliderProps = {
55
55
axisLabel : "Y" ,
56
56
maxLabel : "Max" ,
57
57
minLabel : "Min" ,
58
- maxValue : 1600 ,
59
- minValue : 400 ,
58
+ maxValue : 1000 ,
59
+ minValue : - 1000 ,
60
60
type : SENSOR_LIST . MAGNET_Y ,
61
61
} ;
62
62
const CLUE_MAGNET_Z : ISliderProps = {
63
63
axisLabel : "Z" ,
64
64
maxLabel : "Max" ,
65
65
minLabel : "Min" ,
66
- maxValue : 1600 ,
67
- minValue : 400 ,
66
+ maxValue : 1000 ,
67
+ minValue : - 1000 ,
68
68
type : SENSOR_LIST . MAGNET_Z ,
69
69
} ;
70
70
You can’t perform that action at this time.
0 commit comments