diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2021-06-08 00:56:19 +0200 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2021-06-08 00:56:19 +0200 |
commit | 820e89ead9577c7aa4b7ef10f363daf8a28247ac (patch) | |
tree | 8006e48de8129e836ee45ef4516a036625949062 /inc | |
parent | e9a5544db7be5e461b92743b37adcc77162483b7 (diff) | |
download | hoverbit-ble-820e89ead9577c7aa4b7ef10f363daf8a28247ac.tar.gz hoverbit-ble-820e89ead9577c7aa4b7ef10f363daf8a28247ac.zip |
:sparkles: Do lots of small tweaks
Diffstat (limited to 'inc')
-rw-r--r-- | inc/Screen.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/inc/Screen.h b/inc/Screen.h index abac919..0ea7b8c 100644 --- a/inc/Screen.h +++ b/inc/Screen.h @@ -83,8 +83,6 @@ class HoverBitDisplay { DisplayMainScreenMode screenMode; unsigned int tmpTimer; bool BLEconnected; - bool bBLEIndicator; - bool flipFrame; bool isPause; void lowBattery(); |