Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/path arguments #1994

Merged
merged 1 commit into from Nov 19, 2018
Merged

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.

None yet

4 participants