-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# MODI+ Module Binary ## Module Firmware Version Module OS: v1.0.1 Bootloader: v1.0.0 Battery: v1.0.0 Button: v1.0.0 Dial: v1.0.1 Display: **v1.1.1** Environment: v1.0.1 Imu: v1.0.0 Joystick: v1.1.0 Led: v1.0.0 Motor: v1.0.1 Speaker: **v1.1.1** Tof: v1.1.0 Network: v1.0.1 Network app: v4.1.0 Network ota: v1.0.0 ## Hotfix ### Display 1. 빠른 속도로 이미지 출력 시, 소프트웨어에서 연결이 끊기는 문제 해결 ### Speaker 1. 멜로디 실행시, 중간에 재생이 멈추는 문제 해결 2. 멜로디 재실행시, 모듈이 멈추는 문제 해결
- Loading branch information
Showing
6 changed files
with
51 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,43 @@ | ||
# MODI+ Module Binary | ||
# MODI+ Module Binary | ||
|
||
## Module Firmware Version | ||
Module OS: v1.0.1 | ||
|
||
Bootloader: v1.0.0 | ||
|
||
Battery: v1.0.0 | ||
|
||
Button: v1.0.0 | ||
|
||
Dial: v1.0.1 | ||
|
||
Display: **v1.1.1** | ||
|
||
Environment: v1.0.1 | ||
|
||
Imu: v1.0.0 | ||
|
||
Joystick: v1.1.0 | ||
|
||
Led: v1.0.0 | ||
|
||
Motor: v1.0.1 | ||
|
||
Speaker: **v1.1.1** | ||
|
||
Tof: v1.1.0 | ||
|
||
Network: v1.0.1 | ||
|
||
Network app: v4.1.0 | ||
|
||
Network ota: v1.0.0 | ||
|
||
## Hotfix | ||
|
||
### Display | ||
1. 빠른 속도로 이미지 출력 시, 소프트웨어에서 연결이 끊기는 문제 해결 | ||
|
||
### Speaker | ||
1. 멜로디 실행시, 중간에 재생이 멈추는 문제 해결 | ||
2. 멜로디 재실행시, 모듈이 멈추는 문제 해결 |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"display":"v1.1.1", | ||
"os":"v1.0.1" | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"speaker":"v1.1.1", | ||
"os":"v1.0.1" | ||
} |