Skip to content

Commit

Permalink
Raised the number of commands that can be processed from 8 to 32.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Francois Turcot committed Oct 30, 2010
1 parent 810f0fe commit bca7335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebServer.h
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ class WebServer: public Print
{
const char *verb;
Command *cmd;
} m_commands[8];
} m_commands[32];
char m_cmdCount;

void reset();
Expand Down

0 comments on commit bca7335

Please sign in to comment.