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:
Li Junru
2025-02-14 01:30:00 +08:00
committed by GitHub
parent bafc9def1a
commit fed8cb4d86
3 changed files with 126 additions and 0 deletions

View File

@@ -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: