mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-09-16 22:59:16 +02:00
feat: Improve Wifi event handling
This commit is contained in:
parent
dd2856261b
commit
eed10e8b63
6 changed files with 156 additions and 132 deletions
|
@ -402,6 +402,7 @@ pub fn start_audio_listener(
|
|||
}
|
||||
|
||||
listeners.pulse_listener.store(true, Ordering::SeqCst);
|
||||
|
||||
println!("starting audio listener");
|
||||
loop {
|
||||
let _ = conn.process(Duration::from_millis(1000));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue