Code execution during calibration
FelixTUW 05 Apr 2016 11:07
Hello,
I am reporting another bug. I realised that Thymio, does execute code from the any programs written onto it while in calibration mode.Lets say you have timer or sensor or button events, they will trigger when in calibration mode. Sound is not that bad, but move commands mess with the calibration. Is this on purpose?
The error/behavior can easily be reprocuded by creating a small program,
onevent prox
when prox.ground.delta[1] < 400
call sound.freq(500,120)
flashing it onto Thymio and then trying the calibration mode. I made a video of the example here:
Video showing aforementioned example
Kind regards
Felix