Skip to content

clearOptions Method missing #64

@petricf

Description

@petricf

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions