forked from xiaozhi/xiaozhi-esp32
add zhengchen_boards_wifi(征辰科技) (#635)
* add zhengchen_boards_wifi * add zhengchen_boards_wifi1
This commit is contained in:
@@ -48,6 +48,10 @@ bool Board::GetBatteryLevel(int &level, bool& charging, bool& discharging) {
|
||||
return false;
|
||||
}
|
||||
|
||||
bool Board::GetTemperature(float& esp32temp){
|
||||
return false;
|
||||
}
|
||||
|
||||
Display* Board::GetDisplay() {
|
||||
static NoDisplay display;
|
||||
return &display;
|
||||
|
||||
Reference in New Issue
Block a user