From 07614b95f1ee34dce67eb2f10ccf6fd811b58f51 Mon Sep 17 00:00:00 2001 From: Yuki MIZUNO Date: Fri, 29 Oct 2021 23:04:36 +0900 Subject: [PATCH] Version 0.0.2 - Add device orientation menu - Add version information - Add developer mode - Fix menu glitch - Reduce rendering crash --- README.md | 1 + platformio.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 176927c..88d2b1a 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ PlatformIOの環境構築をしてこのリポジトリを開き、PCに接続 - [ ] デバイスとファームウェア - [x] バッテリー残量表示 + - [x] デバイス上下反転 - [ ] 自動パワーオフ/スリープ機能 - [ ] ペアリング解除 - [ ] OTAファームウェア更新 diff --git a/platformio.ini b/platformio.ini index 3315c21..1ec363c 100644 --- a/platformio.ini +++ b/platformio.ini @@ -19,4 +19,4 @@ lib_deps = https://github.com/m5stack/M5Unified#0.0.1 monitor_speed = 115200 build_flags = - -DVERSION=\"0.0.1\" \ No newline at end of file + -DVERSION=\"0.0.2\" \ No newline at end of file