Skip to content

Conversation

Bmooij
Copy link
Contributor

@Bmooij Bmooij commented Oct 23, 2018

Adding path arguments to WebServer.
Same as for the esp8266

server.on("/led/2/actions/{}", []() {
    String action = server.pathArg(0);
    ...
 });

@me-no-dev me-no-dev merged commit 3902aa4 into espressif:master Nov 19, 2018
@me-no-dev
Copy link
Member

Thanks! Is that a recent change in 8266?

@d-a-v
Copy link

d-a-v commented Nov 30, 2018

Soon to be

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants