Webduino
Webduino copied to clipboard
"EPIC FAIL" Error Message when using more than 8 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.
Modify the WEBDUINO_COMMANDS_COUNT variable in WebServer.h or #define it before including that file.