Skip to content

Webserver not reloaded after position is marked private #77

Closed
@tobst

Description

@tobst

server.on("/makecurrentlocationprivate", HTTP_GET, []()
should lead to
String s = "<meta http-equiv='refresh' content='0; url=/'><a href='/'> Go Back </a>"; server.send(200, "text/html", s); //Send web page
when finished, but webserver is not reloaded.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions