sirleech/Webduino

"EPIC FAIL" Error Message when using more than 8 commands

Opened this issue · 1 comments

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.

Modify the WEBDUINO_COMMANDS_COUNT variable in WebServer.h or #define it before including that file.