Updated the version history
This commit is contained in:
parent
5116ea41eb
commit
57a5f05e29
@ -20,7 +20,7 @@
|
||||
#define SOFT_VERSION "1.3.2" //Modified TCPServer and WEBServer core logic
|
||||
#define SOFT_VERSION "1.4.0" //Added the new FTPServer
|
||||
#define SOFT_VERSION "1.4.1" //Updated FTP server to use the new SD library for the ESP8266
|
||||
#define SOFT_VERSION "1.4.2" //Added new functionalities as well as login check
|
||||
#define SOFT_VERSION "1.4.2" //Added new functionalities to the FTP server as well as login check
|
||||
#define SOFT_VERSION "1.4.3" //Added ICACHE_RAM_ATTR because of a strange performance hit
|
||||
#define SOFT_VERSION "1.5.0" //Added new rtcInfo view + DS3231 internal temperature
|
||||
#define SOFT_VERSION "1.5.1" //Corrected a mistake in the sendPageToClientFromSdCard method (WEBServer class)
|
||||
@ -29,5 +29,6 @@
|
||||
#define SOFT_VERSION "1.5.4" //Updated TCPClient (using memmove instead of strcpy)
|
||||
#define SOFT_VERSION "1.5.5" //WEBServer now parsing form parameters in the post data section
|
||||
#define SOFT_VERSION "1.5.6" //Added new SAB method to set te cpu frequency at run time
|
||||
#define SOFT_VERSION "1.6.0" //Added the new HttpClient class along with tests in a new task
|
||||
|
||||
#endif //VERSIONS_H
|
||||
|
Loading…
Reference in New Issue
Block a user