Smart-Robot-Car-Arduino
Smart-Robot-Car-Arduino copied to clipboard
Fix bug in `if` condition
trafficstars
The bug prevented the condition from ever being true. As a result, execution would always follow the else path, causing the car to turn left.
@gitname Thanks very much for your optimizing our code