Fixed drawing battery status icon.

This commit is contained in:
Vojtěch Pour 2022-12-21 11:47:16 +01:00
parent ef9bb53274
commit 721372fb9e
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ void loop() {
}
M5.update();
drawBattery();
if (!SerialBT.isClosed() && SerialBT.connected()) {
if ((readOneByte() == 170) && readOneByte() == 170) {