add new boards

This commit is contained in:
Terrence
2024-11-01 14:26:02 +08:00
parent a701d5918e
commit b0bc81b921
24 changed files with 451 additions and 146 deletions

View File

@@ -3,6 +3,6 @@
// static const char *TAG = "Board";
bool Board::GetBatteryVoltage(int &voltage) {
bool Board::GetBatteryVoltage(int &voltage, bool& charging) {
return false;
}