N Courtens

Results 5 comments of N Courtens

I replaced `defined(ARDUINO_ARCH_AVR)` with `defined(ARDUINO_ARCH_AVR) || defined(ARDUINO_ARCH_SAMD) `. Now I am getting: ```` error: 'MAX_STEPPER' was not declared in this scope FastAccelStepper* _stepper[MAX_STEPPER]; ```` MAX_STEPPER is defined in FastAccelStepper\src\RampGenerator.h as:...

Thank you -- **very much appreciated**! I would need to drive just one stepper (... if that helps.) I am still new to the github concept and I am not...

I am getting the same error `assert _HAS_FFMPEG, "Cannot find installation of ffmpeg."` I tried ```` import skvideo path = "C:\\_ffmpeg" skvideo.setFFmpegPath(path) import skvideo.io ```` ![ffmpeg](https://user-images.githubusercontent.com/27327453/110194827-a7c08580-7def-11eb-8abe-d867172278b5.gif)

I have the same issue with 3.20.4 (Windows) ![image](https://user-images.githubusercontent.com/27327453/151667769-30138e9a-0d0b-43f0-8234-292096c2a133.png) At first it was working as intended, but working my way further down info the list of differences -- making them...

I got it working ``` Minifier_command = "npm exec --no -- html-minifier " & _ """" & absoluteFileLocationAndName & """ " & _ " -o """ & absoluteFileLocationAndName & ".min""...