Hi Daniel, I hope you're doing well!
Printing floating point variables is resource intensive process, I would recommend as an alternative that you try multiplying the value by a factor of 10 so it can be more easily processed and printed to the debug console. To print an integer value you can use the standard printf format specifiers, such as %d or %i.
Please let me know if you have any further questions.
Best regards,
Sebastian
Hi Daniel, I hope you're doing well!
Printing floating point variables is resource intensive process, I would recommend as an alternative that you try multiplying the value by a factor of 10 so it can be more easily processed and printed to the debug console. To print an integer value you can use the standard printf format specifiers, such as %d or %i.
Please let me know if you have any further questions.
Best regards,
Sebastian