forked from xiaozhi/xiaozhi-esp32
add new boards
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
|
||||
// static const char *TAG = "Board";
|
||||
|
||||
bool Board::GetBatteryVoltage(int &voltage) {
|
||||
bool Board::GetBatteryVoltage(int &voltage, bool& charging) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user