cotestatnt / esp-fs-webserver

ESP32/ESP8266 webserver, WiFi manager and web editor Arduino library
MIT License
105 stars 27 forks source link

compilation error in platformio #36

Closed jmcastillejo closed 4 months ago

jmcastillejo commented 7 months ago

flatform espressif 5.3.0 mcu esp32-s2 arduino framework

src/main.cpp: In function 'void handleLed()': src/main.cpp:88:44: error: 'class FSWebServer' has no member named 'getRequest'; did you mean 'handleRequest'? WebServerClass* webRequest = myWebServer.getRequest();

cotestatnt commented 5 months ago

With latest release, library should compile without problems with Platformio (tested)