Skip to content

Commit 578db7e

Browse files
committed
Raise Version 0.10.0
1 parent 4891ade commit 578db7e

4 files changed

Lines changed: 24 additions & 2 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Notice
2+
3+
This repository is temporarily frozen at v0.10.0. (Due to the absence of the administrator) We cannot respond to pull requests or ISSUE received.
4+
5+
- We may update this repository in the future when we find bugs due to version upgrades of related libraries.
6+
- If there is anyone who can maintain this repository, please let us know.
7+
18
# M5Stack-Avatar
29

310
[![Powered By PlatformIO](https://img.shields.io/badge/powered-PlatformIO-brightgreen)](https://platformio.org/)
@@ -123,3 +130,7 @@ see `examples` directory.
123130

124131
`M5Stack-Avatar` now depends on `M5Unified`, the integrated library for all devices of M5Stack series.
125132
Since 0.8.0, Sketches with avatar should include `M5Unified.h` instead of `M5Stack.h` or `M5Core2.h`
133+
134+
### Notes for v0.10.0
135+
136+
Some applications may reboot due to insufficient stack size for other tasks. In such cases, increase the stack size of the relevant task.

README_ja.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## お知らせ
2+
3+
本リポジトリは、v0.10.0にて開発を一時凍結します。(管理者不在のため)プルリクエストやISSUEを頂いても対応できません。
4+
5+
・今後は関連ライブラリのバージョンアップにより不具合がおきた場合に更新するかもしれません。
6+
・管理していただける人がいたら是非お願いします。
7+
18
# M5Stack-Avatar
29

310
[![Powered By PlatformIO](https://img.shields.io/badge/powered-PlatformIO-brightgreen)](https://platformio.org/)
@@ -123,3 +130,7 @@ void loop() {
123130

124131
`M5Stack-Avatar` は現在、M5Stackシリーズの機能を統合したライブラリである `M5Unified` に依存しています。
125132
バージョン0.8.0以降では、アバターを使ったスケッチは`M5Stack.h``M5Core2.h`ではなく`M5Unified.h`をインクルードするようにしてください。
133+
134+
### v0.10.0 の注意事項
135+
136+
アプリケーションによりaddTask()で追加したタスクのスタックサイズが足りなくなりリブートする場合があります。その場合は、該当タスクのスタックサイズを増やしてください。

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"version": ">=0.1.11"
2222
}
2323
],
24-
"version": "0.9.2",
24+
"version": "0.10.0",
2525
"frameworks": ["arduino", "espidf", "*"],
2626
"platforms": ["espressif32", "native"]
2727
}

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=M5Stack_Avatar
2-
version=0.9.2
2+
version=0.10.0
33
author=Shinya Ishikawa
44
maintainer=Shinya Ishikawa<ishikawa.s.1027@gmail.com>
55
sentence=Yet another avatar module for M5Stack

0 commit comments

Comments
 (0)