forked from xiaozhi/xiaozhi-esp32
iot增加屏幕背光亮度调节 (#150)
This commit is contained in:
@@ -198,6 +198,7 @@ private:
|
||||
void InitializeIot() {
|
||||
auto& thing_manager = iot::ThingManager::GetInstance();
|
||||
thing_manager.AddThing(iot::CreateThing("Speaker"));
|
||||
thing_manager.AddThing(iot::CreateThing("Backlight"));
|
||||
}
|
||||
void InitializeMute() {
|
||||
gpio_reset_pin(AUDIO_MUTE_PIN);
|
||||
|
||||
Reference in New Issue
Block a user