pkerspe / ESP-StepperMotor-Server

Turn your ESP32 into a complete stepper motor control server with web UI, REST API and serial control interface
MIT License
225 stars 39 forks source link

ZIP archive doesn't contain a valid library (Arduino IDE) #4

Closed jarcher12 closed 4 years ago

jarcher12 commented 4 years ago

getting this when trying to install from downloaded zip

Specified folder/zip file does not contain a valid library

pkerspe commented 4 years ago

@jarcher12 can you please provide more details? Which IDE are you using? Have you tried using the library manager of your IDE?

pkerspe commented 4 years ago

In case you are using Arduino (1.8 or above) download the latest release (0.2.3, I just added a library.properties file) and in use the import function in Arduino (somewhere under the "Sketch" menu. I just tried with Arduino 1.8.13 and it works just fine.

pkerspe commented 4 years ago

@jarcher12 can you confirm the issue as solved?

jarcher12 commented 4 years ago

Ok can install library, will try it out. thanks