Add screen theme switch to atk boards and atoms3

This commit is contained in:
Terrence
2025-03-20 03:13:04 +08:00
parent 6bb1ab7583
commit f76502cb59
3 changed files with 3 additions and 0 deletions

View File

@@ -184,6 +184,7 @@ private:
void InitializeIot() {
auto& thing_manager = iot::ThingManager::GetInstance();
thing_manager.AddThing(iot::CreateThing("Speaker"));
thing_manager.AddThing(iot::CreateThing("Screen"));
}
public:

View File

@@ -149,6 +149,7 @@ private:
void InitializeIot() {
auto& thing_manager = iot::ThingManager::GetInstance();
thing_manager.AddThing(iot::CreateThing("Speaker"));
thing_manager.AddThing(iot::CreateThing("Screen"));
}
public:

View File

@@ -201,6 +201,7 @@ private:
void InitializeIot() {
auto& thing_manager = iot::ThingManager::GetInstance();
thing_manager.AddThing(iot::CreateThing("Speaker"));
thing_manager.AddThing(iot::CreateThing("Screen"));
}
public: