Massive corrections to the project documentation and code comments, thanks to Russian translation services provided by Andrey from Microsin.ru.
This commit is contained in:
parent
0210fa5648
commit
7dffa15c16
93 changed files with 1750 additions and 153 deletions
|
@ -54,7 +54,7 @@ const char PROGMEM TELNETMenu[] = "\r\n"
|
|||
/** Header to print before the current connections are printed to the client */
|
||||
const char PROGMEM CurrentConnectionsHeader[] = "\r\n* Current TCP Connections: *\r\n";
|
||||
|
||||
/** Initialization function for the simple HTTP webserver. */
|
||||
/** Initialization function for the simple TELNET webserver. */
|
||||
void TELNETServerApp_Init(void)
|
||||
{
|
||||
/* Listen on port 23 for TELNET connections from hosts */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue