listen-lib accepts device name

This commit is contained in:
Bel LaPointe
2023-12-20 21:54:15 -05:00
parent f97f746ab9
commit e27a8f8f56
2 changed files with 66 additions and 9 deletions

View File

@@ -26,4 +26,5 @@ fn main() {
listen_lib::main(|data| {
send.send(data).unwrap();
});
eprintln!("/listen lib main...");
}