"i did totally forget about that!..." <- > <@rursprung:matrix.org> i did totally forget about that! 🤦 > thanks! for the other projects i always had it set because i usually just copy around my `.cargo/config.toml` > > that cost me _way_ too much time 😬 > > i still don't know why `esp-println` doesn't work, but i'll happily ignore that, now that `defmt` works fine for me 👍️ a) esp-println either prints out to the uart or the usb-cdc port. So you potentially need to set the right feature flag. b) `probe-rs` doesn't care about potential serial output to the target, e.g it will not print stuff that you send over any serial connection. For that you need some normal uart monitor. `espflash monitor` has a build-in one that also can decode a potential backtrace on panic