diff --git a/README.md b/README.md index c879525..3090770 100644 --- a/README.md +++ b/README.md @@ -1 +1,43 @@ -# MODI+ Module Binary \ No newline at end of file +# 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. 멜로디 재실행시, 모듈이 멈추는 문제 해결 \ No newline at end of file diff --git a/Release Notes.md b/Release Notes.md deleted file mode 100644 index 5f20cbb..0000000 --- a/Release Notes.md +++ /dev/null @@ -1,54 +0,0 @@ -## 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.0 - -Environment: v1.0.1 - -Imu: v1.0.0 - -Joystick: v1.1.0 - -Led: v1.0.0 - -Motor: v1.0.1 - -Speaker: v1.1.0 - -Tof: v1.1.0 - -Network: v1.0.1 - -Network app: v4.1.0 - -Network ota: v1.0.0 - - -## Feature -### OS -1. 언플러그드 실행 시, LED 색 변경 - -### Display -1. 화면 원점 설정 함수 추가 -2. 화면 이동 함수 추가 - -### Environment -1. PnP 데이터 순서 변경 - -### Motor -1. 원점 적용 함수 변경 -* 입력 값을 통해 미세 조정 기능 추가 - -## Hotfix - -### OS -1. 모니터링 종료 후, 연결이 불안정한 문제 해결 -2. 모듈에 문제가 발생 할 경우, 상태 LED 빨간불 출력 \ No newline at end of file diff --git a/display/v1.1.1/display.bin b/display/v1.1.1/display.bin new file mode 100644 index 0000000..594a7d5 Binary files /dev/null and b/display/v1.1.1/display.bin differ diff --git a/display/v1.1.1/version.txt b/display/v1.1.1/version.txt new file mode 100644 index 0000000..0aaff2d --- /dev/null +++ b/display/v1.1.1/version.txt @@ -0,0 +1,4 @@ +{ + "display":"v1.1.1", + "os":"v1.0.1" +} \ No newline at end of file diff --git a/speaker/v1.1.1/speaker.bin b/speaker/v1.1.1/speaker.bin new file mode 100644 index 0000000..1a88ec1 Binary files /dev/null and b/speaker/v1.1.1/speaker.bin differ diff --git a/speaker/v1.1.1/version.txt b/speaker/v1.1.1/version.txt new file mode 100644 index 0000000..97dda73 --- /dev/null +++ b/speaker/v1.1.1/version.txt @@ -0,0 +1,4 @@ +{ + "speaker":"v1.1.1", + "os":"v1.0.1" +} \ No newline at end of file