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