How to display characteristic value as a float in stm32 toolbox app?
I have a program that updates a ble characteristic where it gets displayed on the stm32 toolbox app as however many bytes I set it to in Stm32CubeMX. This which makes sense in terms of default configurations, but if I wanted to display a float value instead how would I go about that?
For reference im using Custom_STM_App_Update_Char() to updating the value where If I pass in a float it gets converted to bytes automatically.
