mirror of
https://github.com/kingk85/uFTP.git
synced 2025-04-12 10:48:40 +03:00
Testing version, promoting to stable release after testing
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -3,3 +3,5 @@
|
||||
|
||||
#Ignore binary
|
||||
build/uFTP
|
||||
test
|
||||
test.c
|
||||
|
@ -27,7 +27,7 @@
|
||||
#define FTPSERVER_H
|
||||
|
||||
#define MAX_FTP_CLIENTS 10
|
||||
#define UFTP_SERVER_VERSION "v2.3.0 RC2"
|
||||
#define UFTP_SERVER_VERSION "v2.4.0 RC3"
|
||||
|
||||
|
||||
void runFtpServer(void);
|
||||
|
Reference in New Issue
Block a user