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