forked from xiaozhi/xiaozhi-esp32
9 lines
161 B
C++
9 lines
161 B
C++
#include "Board.h"
|
|
#include <esp_log.h>
|
|
|
|
// static const char *TAG = "Board";
|
|
|
|
bool Board::GetBatteryVoltage(int &voltage, bool& charging) {
|
|
return false;
|
|
}
|