
writeDebugStreamLine causes program to hang!
Version 4.50 with current firmware.
This line of code causes my program to hang. What am I doing incorrectly.
writeDebugStreamLine("%i:", SensorValue[gyro]);
If I comment out this line, my program runs great.
Thanks