* given location, and gives extra connection information.\r
*/\r
char PROGMEM HTTP200Header[] = "HTTP/1.1 200 OK\r\n"\r
- "Server: LUFA RNDIS\r\n"\r
+ "Server: LUFA " LUFA_VERSION_STRING "\r\n"\r
"Connection: close\r\n"\r
"MIME-version: 1.0\r\n"\r
"Content-Type: ";\r
* given URL is invalid, and gives extra error information.\r
*/\r
char PROGMEM HTTP404Header[] = "HTTP/1.1 404 Not Found\r\n"\r
- "Server: LUFA RNDIS\r\n"\r
+ "Server: LUFA " LUFA_VERSION_STRING "\r\n"\r
"Connection: close\r\n"\r
"MIME-version: 1.0\r\n"\r
"Content-Type: text/plain\r\n\r\n"\r