-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
There is following code in your example "customHTML":
#if CLEAR_OPTIONS
if (server.clearOptions())
ESP.restart();
#endif
The method "clearOptions" is not defined in AsyncFsWebServer as thir compile error states:
/tmp/.arduinoIDE-unsaved2025526-1386448-17i2m7d.0exzg/customOptions/customOptions.ino: In function 'void setup()':
/tmp/.arduinoIDE-unsaved2025526-1386448-17i2m7d.0exzg/customOptions/customOptions.ino:147:10: error: 'class AsyncFsWebServer' has no member named 'clearOptions'
Remark: The old library esp_fs_webserver has this method implemented.
Metadata
Metadata
Assignees
Labels
No labels