Skip to content

Commit

Permalink
Version 0.0.3
Browse files Browse the repository at this point in the history
- Add auto power-off menu
- Improve display rendering quality
- Fix BLE connection badge when device power is off
  • Loading branch information
mzyy94 committed Oct 31, 2021
1 parent 75ab72c commit 6e3bb1b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PlatformIOの環境構築をしてこのリポジトリを開き、PCに接続
- [ ] デバイスとファームウェア
- [x] バッテリー残量表示
- [x] デバイス上下反転
- [ ] 自動パワーオフ/スリープ機能
- [x] 自動パワーオフ
- [ ] ペアリング解除
- [ ] OTAファームウェア更新
- [ ] BLEプロトコル実装
Expand All @@ -54,6 +54,12 @@ PlatformIOの環境構築をしてこのリポジトリを開き、PCに接続
- [ ] 半角記号入力
- [ ] 全角記号入力
- [ ] テンキー入力
- [ ] 制御キー入力
- [ ] Ctrl
- [ ] Shift
- [ ] Alt/opt
- [ ] Win/cmd
- [ ] Copy/Paste

## ライセンス

Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ lib_deps =
https://github.com/m5stack/M5Unified#0.0.1
monitor_speed = 115200
build_flags =
-DVERSION=\"0.0.2\"
-DVERSION=\"0.0.3\"

0 comments on commit 6e3bb1b

Please sign in to comment.