feat: 发布灯条颜色到 MQTT。
This commit is contained in:
@ -183,7 +183,7 @@ async fn main() {
|
||||
screenshot_manager.start().unwrap();
|
||||
|
||||
let led_color_publisher = ambient_light::LedColorsPublisher::global().await;
|
||||
led_color_publisher.start().unwrap();
|
||||
led_color_publisher.start();
|
||||
|
||||
tauri::Builder::default()
|
||||
.invoke_handler(tauri::generate_handler![
|
||||
|
Reference in New Issue
Block a user