Files
xiaozhi-esp32/main/Board.cc
2024-11-01 14:26:02 +08:00

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;
}