"> <@greengenie:matrix.org> let..." <- > <@sparky:matrix.possumlodge.me> ``` > --> src/main.rs:87:18 > | > 87 | println!("Temp {:.2}, Press {:.2}", (measurement.temp /* * (9./5.) + 32. */) , measurement.press); > | ^^^^^^^^^^^^^^^^^^^^^^^^^ > | > = help: `defmt` uses a slightly different syntax than regular formatting in Rust. See https://defmt.ferrous-systems.com/macros.html for more details. > ``` > i did before asking sadly. i read what it linked to as well and no such luck Syntax is here: https://defmt.ferrous-systems.com/hints, I don't see a float syntax, so they may welcome a PR to add it