Remove warn text too from batt (#2377)

This commit is contained in:
Totoo 2024-11-20 15:02:02 +01:00 committed by GitHub
parent e88e0b5f8f
commit 07cae4a298
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View file

@ -87,11 +87,11 @@ class BattinfoView : public View {
"-"};
/* Text text_cycles{
{13 * 8, 7 * 16, 10 * 16, 16},
"-"}; */
"-"};
Text text_warn{
{1 * 8, 8 * 16, 30 * 8, 2 * 16},
""};
""}; */
Button button_mode{
{2 * 8, 11 * 16 + 5, 5 * 16, 32},