mirror of
https://github.com/78/xiaozhi-esp32.git
synced 2026-02-18 18:08:11 +00:00
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