forked from xiaozhi/xiaozhi-esp32
Upgrade components
This commit is contained in:
@@ -43,6 +43,9 @@ public:
|
||||
// 获取当前网络类型
|
||||
NetworkType GetNetworkType() const { return network_type_; }
|
||||
|
||||
// 获取当前活动的板卡引用
|
||||
Board& GetCurrentBoard() const { return *current_board_; }
|
||||
|
||||
// 重写Board接口
|
||||
virtual std::string GetBoardType() override;
|
||||
virtual void StartNetwork() override;
|
||||
|
||||
Reference in New Issue
Block a user