probonopd / WirelessPrinting

Print wirelessly from Cura, PrusaSlicer or Slic3r to your 3D printer connected to an ESP8266 or ESP32 module
352 stars 65 forks source link

Trouble finding library #38

Closed ghost closed 5 years ago

ghost commented 6 years ago

I don't really understand on what I need to do with the 4 HTTPS links. I downloaded them and put them i my Arduino 1.6.9 library folder, but when i open Arduino and look in the >file

examples When i try to upload the sckech to my board i get this error:

`C:\Users\NUNYOURBUSSINESS\AppData\Local\Temp\Temp1_WirelessPrinting-master.zip\WirelessPrinting-master\ESP8266WirelessPrintAsync\ESP8266WirelessPrintAsync.ino:30:26: fatal error: SPIFFSEditor.h: No such file or directory

include

                      ^

compilation terminated.

exit status 1 Error compiling for board LOLIN(WEMOS) D1 mini Pro.`

Yeah.

Bailey

ghost commented 6 years ago

label:closed

probonopd commented 6 years ago

Looks like the ESPAsyncWebServer library is not correctly installed in your Arduino IDE?