Releases: Wiznet/WIZ550web
Releases · Wiznet/WIZ550web
v2.0.2 Stable
v2.0.1 Stable
Code fixed : URI handling function update
v1.1.1 Stable
- Bug fixed: Socket and data length handling problems in some web browsers (e.g., ie11)
- Modified the TCP socket state transition handler of the HTTP server routine for clarity
- Added the custom command handler in userHandler.c/h
- Users can add custom commands using this function form
- e.g., I/O control commands without web pages
- Changed some letters in code: convert uppercase to lowercase
- e.g., WIZ550WEB -> WIZ550web
If you do not using the FTP server function, it is helpful to improve performance to comment out '#define F_APP_FTP' in ftpd.h file.
v1.1.0 Develop
- Added the FTP Server feature. (F_APP_FTP)
- Added the Data Flash feature on FatFs. (F_SPI_FLASH)
- We support a storage of data flash as well as SD card above v1.1.0 release.
- You can use one of a SD card and a data flash. The mount priority of a SD card is higher than a data flash.
- If you wish to use a SD card, you must copy the web page to a SD card and insert a SD card into a slot.
- If there is no SD card after detecting during about 3 seconds, you can use a data flash.
- You must have the initialization process of data flash at least once.
- When SW1 and SW2 are pressed at the same time, the data flash is initialized by FatFs. And reset a target.
- You must copy the web page to a data flash by FTP client tool.(ALFTP)
- Refer to WIZ550web+FatFS+FTPServer Project Tutorial. http://youtu.be/XtnT2_CNgaY
- Refer to WIZ550web+WindowsFTP Tutorial. Need to apply a commit cfce843. http://youtu.be/kelGSGj3kOQ
- Refer to WIZ550web+LinuxFTP Tutorial. http://youtu.be/6qsPZA5QKEI
v1.0.1 Stable
- Added the 'Get/Set Interface functions' for easy to customize user's web pages
- HTTP Server operation stability improvement
- Modified some comments and fixed some typos