Nik Markovic

Results 2 comments of Nik Markovic

Regarding this, I may have some insight: On embedded platforms, If a double literal is sent like 1.234, serialized JSON ends up something like either 1.2349999988 or 1.234000002 (not actual...

Is this embedded? If using newlib, did you add -u _printf_float and potentially -u _scanf_float to your linker command line? Some embedded c library implementations require you to specifically enable...