You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems update is no longer in use but I can't currently find documentation on correct usage.
C:\Users\User\AppData\Local\Temp\.arduinoIDE-unsaved2024617-8852-k8r478.pp7ce\sketch_jul17b\sketch_jul17b.ino: In function 'void loop()':
C:\Users\User\AppData\Local\Temp\.arduinoIDE-unsaved2024617-8852-k8r478.pp7ce\sketch_jul17b\sketch_jul17b.ino:55:16: error: 'class AccelStepperFirmata' has no member named 'update'
accelStepper.update();
^~~~~~
exit status 1
Compilation error: 'class AccelStepperFirmata' has no member named 'update'
The text was updated successfully, but these errors were encountered:
Firmatabuilder currently only supports firmata 2.x. When you are running ConfigurableFirmata 3.x, you should instead use the provided example ino file and adjust it as needed. There are a bunch of #define's near the top of the file.
Seems update is no longer in use but I can't currently find documentation on correct usage.
The text was updated successfully, but these errors were encountered: