use defmt::info; use std::thread; thread::spawn(|| { defmt_logger_tcp::init().unwrap(); }); info!("Hello, world!");