Hey guys, I'm trying to switch my (stm32f411) program from `rtt_target` to `defmt` for my logging, but I'm encountering a weird issue. When I use `cargo embed` every line output to the console appears as a single, lonely `~` character (with no new line). However, when I use `cargo run`, my output comes through just fine. `rtt_target::rprintln!` works just fine with both `cargo embed` and `cargo run` Does anyone know why this might be? My knowledge of how RTT works is pretty limited, so I'm not too sure where to start. Could this be a `cargo-embed` configuration issue?