Spelling Fix

This commit is contained in:
mrcory
2019-08-08 13:33:24 -04:00
parent 3eb8ba47cd
commit d45a5b6bcb
+1 -3
View File
@@ -28,8 +28,6 @@
FASTLED_USING_NAMESPACE
CRGB leds[NUM_LEDS];
@@ -219,7 +217,7 @@ void loop() {
#endif
//If not moveing, run extra features
//If not moving, run extra features
if (stepper.distanceToGo() == 0) {
blynkRun(); //Only run blynk when the stepper is not active