forked from xiaozhi/xiaozhi-esp32
feat: Add ESP SparkBot tracked chassis Support (#144)
* feat: Add ESP SparkBot tracked chassis Support * feat: remove chassis.cc file to esp-sparkbot --------- Co-authored-by: Liu Ruichao <liuruichao@espressif.com> Co-authored-by: Xiaoxia <terrence@tenclass.com>
This commit is contained in:
@@ -127,6 +127,7 @@ private:
|
||||
auto& thing_manager = iot::ThingManager::GetInstance();
|
||||
thing_manager.AddThing(iot::CreateThing("Speaker"));
|
||||
thing_manager.AddThing(iot::CreateThing("Backlight"));
|
||||
thing_manager.AddThing(iot::CreateThing("Chassis"));
|
||||
}
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user