Update esp_box3_board.cc

fix spacing
This commit is contained in:
Xiaoxia
2025-01-03 00:50:58 +08:00
committed by GitHub
parent 78a89be4e6
commit ded4f40e34

View File

@@ -238,7 +238,7 @@ public:
virtual bool GetBatteryLevel(int &level, bool& charging) override
{
charging = false;
level =60;
level = 60;
return true;
};
};