Webduino icon indicating copy to clipboard operation
Webduino copied to clipboard

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

Open felixletkemann opened this issue 10 years ago • 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.

felixletkemann avatar Jul 28 '15 10:07 felixletkemann

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

unwiredben avatar Jul 28 '15 11:07 unwiredben