Skip to content

Commit

Permalink
Raise Version 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mongonta0716 committed Sep 13, 2024
1 parent 4891ade commit 578db7e
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Notice

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.

- We may update this repository in the future when we find bugs due to version upgrades of related libraries.
- If there is anyone who can maintain this repository, please let us know.

# M5Stack-Avatar

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

`M5Stack-Avatar` now depends on `M5Unified`, the integrated library for all devices of M5Stack series.
Since 0.8.0, Sketches with avatar should include `M5Unified.h` instead of `M5Stack.h` or `M5Core2.h`

### Notes for v0.10.0

Some applications may reboot due to insufficient stack size for other tasks. In such cases, increase the stack size of the relevant task.
11 changes: 11 additions & 0 deletions README_ja.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## お知らせ

本リポジトリは、v0.10.0にて開発を一時凍結します。(管理者不在のため)プルリクエストやISSUEを頂いても対応できません。

・今後は関連ライブラリのバージョンアップにより不具合がおきた場合に更新するかもしれません。
・管理していただける人がいたら是非お願いします。

# M5Stack-Avatar

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

`M5Stack-Avatar` は現在、M5Stackシリーズの機能を統合したライブラリである `M5Unified` に依存しています。
バージョン0.8.0以降では、アバターを使ったスケッチは`M5Stack.h``M5Core2.h`ではなく`M5Unified.h`をインクルードするようにしてください。

### v0.10.0 の注意事項

アプリケーションによりaddTask()で追加したタスクのスタックサイズが足りなくなりリブートする場合があります。その場合は、該当タスクのスタックサイズを増やしてください。
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"version": ">=0.1.11"
}
],
"version": "0.9.2",
"version": "0.10.0",
"frameworks": ["arduino", "espidf", "*"],
"platforms": ["espressif32", "native"]
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=M5Stack_Avatar
version=0.9.2
version=0.10.0
author=Shinya Ishikawa
maintainer=Shinya Ishikawa<[email protected]>
sentence=Yet another avatar module for M5Stack
Expand Down

0 comments on commit 578db7e

Please sign in to comment.