I have a very simple sketch:
When I look at the Arduino code I see:
void setup(){
speed = 0;
speed = 10;
}
Why do I not see the last assignment “speed = 0”?
In larger sketches the same problem occurs.
I have a very simple sketch:
When I look at the Arduino code I see:
void setup(){
speed = 0;
speed = 10;
}
Why do I not see the last assignment “speed = 0”?
In larger sketches the same problem occurs.
Hi E_J,
Thanks for your feedback.
We have verified this issue and record it. It will be fixed in one of the new version afterwards.