Setting variables multiple times


#1

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.


#2

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.


#3