This commit is contained in:
John Goerzen 2020-09-20 22:52:39 -05:00
parent 88dfc5491f
commit 9366c39e30
1 changed files with 2 additions and 0 deletions

View File

@ -138,6 +138,8 @@ impl XB {
ser.writeln("ATCN").unwrap();
assert_eq!(ser.readln().unwrap().unwrap(), String::from("OK"));
debug!("Radio configuration complete");
let ser2 = ser.clone();
thread::spawn(move || writerthread(ser2, maxpacketsize, writerrx));