Files
xiaozhi-esp32/main/Board.cc

9 lines
161 B
C++
Raw Normal View History

2024-10-29 00:22:29 +08:00
#include "Board.h"
#include <esp_log.h>
// static const char *TAG = "Board";
2024-10-30 06:58:29 +08:00
2024-11-01 14:26:02 +08:00
bool Board::GetBatteryVoltage(int &voltage, bool& charging) {
2024-10-30 06:58:29 +08:00
return false;
}