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

ESP32 SPIFFS #102

Closed GMagician closed 5 years ago

GMagician commented 5 years ago

This is starting part for implementing SPIFFS on ESP32...to check since I don't have ESP32

probonopd commented 5 years ago

When using this, does compiling the sketch for ESP32 work for you?

GMagician commented 5 years ago

I don't have installed esp32 libraries...

probonopd commented 5 years ago

Only one way to find out... let's try it

probonopd commented 5 years ago

Any clue about what may be going wrong here?

GMagician commented 5 years ago

it seems a lot of things are missing to let it be compiled for ESP32...

GMagician commented 5 years ago

The problem now is sdfat...it doens't support ESP32...

probonopd commented 5 years ago

ESP32 has its native SD implementation; so more IFDEFs may be needed

GMagician commented 5 years ago

@probonopd it seems that something related to "web flash" is not supported in esp32 (update.runasync)

probonopd commented 5 years ago

https://github.com/me-no-dev/ESPAsyncWebServer/issues/455#issuecomment-451330819