If I attach more than 8 commands like this: webserver.addCommand("example", &exampleCmd); I get an error page with the content "EPIC FAIL" when I call one of the excess commands.
If I attach more than 8 commands like this:
webserver.addCommand("example", &exampleCmd);
I get an error page with the content "EPIC FAIL" when I call one of the excess commands.