"let float_value = 3.14159;..." <- > <@greengenie:matrix.org> let float_value = 3.14159; > defmt::info!("{:.2}", float_value); ``` --> 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