The Pico1m4 FMC saves calibration data as IEEE754 32-bit floats in an EEPROM, @adedamola-sode is implementing an extension to extract those floats and pass them to the server, however, the server doesn't have a way to deal with floats coming from an extension.
I propose adding a new float sub-type to parse floating-point numbers, this probably would be implemented in server/types.c.
@Araneidae , @tomtrafford and @coretl
What are your thoughts on this?
The Pico1m4 FMC saves calibration data as IEEE754 32-bit floats in an EEPROM, @adedamola-sode is implementing an extension to extract those floats and pass them to the server, however, the server doesn't have a way to deal with floats coming from an extension.
I propose adding a new float sub-type to parse floating-point numbers, this probably would be implemented in
server/types.c.@Araneidae , @tomtrafford and @coretl
What are your thoughts on this?