-
Notifications
You must be signed in to change notification settings - Fork 4
/
CHANGELOG
54 lines (35 loc) · 962 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Changelog
----------
**v0.5.5**
- add signal panel to show signal information
- add toggle feature for signal display control
**v0.5.2**
- add parameter to change the timeout of polling
- fix the error result of moving average filter
- add dynamic window size control of moving average filter
- redesign the UI
- add two control panel
- reduce the height of plotting graph
**v0.5**
- add button to apply moving average filter
**v0.4**
- add button to start/pause/continue signal capture
- add button to clear all signal
**v0.3.2**
- add homepage handler in service
**v0.3**
- use bower to manage JavaScript packages
- rearrange the path structure
- WebSocket communication supported
**v0.2**
- add signal value tracking feature
**v0.1.1**
- initial UI design
**v0.1**
- receive 6 signals from MPU6050
- X-axis acceleration
- Y-axis acceleration
- Z-axis acceleration
- Roll angle velocity
- Pitch angle velocity
- Yaw angle velocity