fixed max battery

This commit is contained in:
Klemek
2021-11-22 11:35:59 +01:00
parent f18c8a9529
commit 7d4a64b865
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ const unsigned char *pieces[19] = {
piece5_0,
piece6_0, piece6_1, piece6_2, piece6_3};
const float MAX_VBAT = 4.30;
const float MAX_VBAT = 4.20;
const float MIN_VBAT = 3.80;
WatchyTetris::WatchyTetris()