bbx10 / WebServer_tng

ESP8266/ESP32 WebServer
GNU Lesser General Public License v2.1
79 stars 28 forks source link

Ufficial Repo for WebServer #6

Open roboticboyer opened 7 years ago

roboticboyer commented 7 years ago

I think that the official repo has been created: https://github.com/esp8266/ESPWebServer

bbx10 commented 7 years ago

The repo source code is for ESP8266 with no support for ESP32 so far. I offered to submit a PR to the repo but have not heard anything back.

roboticboyer commented 7 years ago

My understanding is that Igrr has created the https://github.com/esp8266/ESPWebServer to allow the development of the code also for ESP32

This is written here: https://github.com/espressif/arduino-esp32/projects/1

roboticboyer commented 7 years ago

The SPIFSS for ESP32 has been developed: https://github.com/me-no-dev/arduino-esp32fs-plugin Are your library ready to use SPIFSS such as the other one for ESP8266?