Files
xiaozhi-esp32/main/Board.cc
2024-10-30 06:58:29 +08:00

9 lines
145 B
C++

#include "Board.h"
#include <esp_log.h>
// static const char *TAG = "Board";
bool Board::GetBatteryVoltage(int &voltage) {
return false;
}