Make TPI writes add a dummy high byte if the data isn't word-aligned.
[pub/USBasp.git] / Projects / Webserver / Webserver.txt
index f13c17f..5b62f06 100644 (file)
@@ -54,7 +54,8 @@
  *\r
  *  To use this project, plug the USB AVR into a computer, so that it enumerates as a standard Mass Storage device. Load\r
  *  HTML files onto the disk, so that they can be served out to clients -- the default file to serve should be called\r
- *  <i>index.htm</i>. Filenames must be in 8.3 format for them to be retrieved correctly by the webserver.\r
+ *  <i>index.htm</i>. Filenames must be in 8.3 format for them to be retrieved correctly by the webserver, and the total\r
+ *  requested file path must be equal to or less than 50 characters.\r
  *\r
  *  When attached to a RNDIS class device, such as a USB (desktop) modem, the system will enumerate the device, set the\r
  *  appropriate parameters needed for connectivity and begin listening for new HTTP connections on port 80. The device IP,\r