Skip to content

Commit

Permalink
v20220630 배포
Browse files Browse the repository at this point in the history
  • Loading branch information
lego8421 committed Jul 1, 2022
1 parent 34b1ef8 commit 774b0fd
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 36 deletions.
47 changes: 11 additions & 36 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
### OS
| | |
|:---|:---|
| e103 | **v1.2.0** |
| e230 | **v1.2.0** |
| e103 | v1.2.0 |
| e230 | v1.2.0 |

### Bootloader
| | |
Expand All @@ -17,53 +17,28 @@
### Module
| | |
|:---|:---|
| Battery | **v1.0.4** |
| Battery | v1.0.4 |
| Button | v1.0.0 |
| Dial | v1.0.3 |
| Display | **v1.2.1** |
| Display | **v1.2.2** |
| Environment | v1.0.2 |
| Imu | **v1.1.2** |
| Imu | **v1.1.3** |
| Joystick | v1.1.1 |
| Led | v1.0.0 |
| Motor | **v1.2.0** |
| Speaker | **v1.2.0** |
| Motor | v1.2.0 |
| Speaker | **v1.2.1** |
| Tof | v1.1.2 |
| Network | v1.1.2 |
| Network app | **v4.3.0** |
| Network app | v4.3.0 |
| Network ota | v1.0.0 |

## Feature

### Motor
1. 일시정지 기능 추가

### Speaker
1. Pause/Resume 기능 추가

### Network app
1. 일시정지 기능 추가

## Hotfix

### OS e230
1. 특정 모듈 만으로 연결 시 PNP 기능이 정상 동작 하지 않는 오류 수정

### Battery
1. 완충 후, usb 전원이 계속 연결되어 있으면 방전되는 오류 수정

### Display
1. 업데이트 시, 마지막으로 출력된 그림이 남아있는 오류 수정

### Speaker
1. 주파수를 0Hz로 설정 시, 소리가 출력되는 오류 수정

## Patch
1. 한글 폰트 로드 속도 개선

### Imu
1. 가속도 범위를 ±4g에서 ±2g로 수정

### Motor
1. 위치 제어 성능 개선
1. 각도, 각속도와 가속도를 정수형으로 변환

### Speaker
1. 음악 실행 성능 개선
1. 주파수 범위 조정
Binary file added display/v1.2.2/display.bin
Binary file not shown.
4 changes: 4 additions & 0 deletions display/v1.2.2/version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"display":"v1.2.2",
"os":"v1.2.0"
}
Binary file added imu/v1.1.3/imu.bin
Binary file not shown.
4 changes: 4 additions & 0 deletions imu/v1.1.3/version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"imu":"v1.1.3",
"os":"v1.2.0"
}
Binary file modified joystick/v1.1.1/joystick.bin
Binary file not shown.
Binary file added speaker/v1.2.1/speaker.bin
Binary file not shown.
4 changes: 4 additions & 0 deletions speaker/v1.2.1/version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"speaker":"v1.2.1",
"os":"v1.2.0"
}

0 comments on commit 774b0fd

Please sign in to comment.