-char PROGMEM TELNETMenu[] = "\r\n"\r
- " Available Commands:\r\n"\r
- " c) List Active TCP Connections\r\n"\r
- "\r\nCommand>";\r
+const char PROGMEM TELNETMenu[] = "\r\n"\r
+ " == Available Commands: ==\r\n"\r
+ " c) List Active TCP Connections\r\n"\r
+ " =========================\r\n"\r
+ "\r\n>";\r
+ \r
+/** Header to print before the current connections are printed to the client */\r
+const char PROGMEM CurrentConnectionsHeader[] = "\r\n* Current TCP Connections: *\r\n";\r