Update esp_box3_board.cc
fix spacing
This commit is contained in:
parent
78a89be4e6
commit
ded4f40e34
@ -238,7 +238,7 @@ public:
|
||||
virtual bool GetBatteryLevel(int &level, bool& charging) override
|
||||
{
|
||||
charging = false;
|
||||
level =60;
|
||||
level = 60;
|
||||
return true;
|
||||
};
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user