Skip to content

Commit d568906

Browse files
committed
Minor fix and new optimization to get Stable version
1 parent 422c3f9 commit d568906

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

FtpServer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#ifndef FTP_SERVER_H
2121
#define FTP_SERVER_H
2222

23-
#define FTP_SERVER_VERSION "2.1.8 (2024-07-17)"
23+
#define FTP_SERVER_VERSION "2.1.10 (2025-01-11)"
2424

2525
#if ARDUINO >= 100
2626
#include "Arduino.h"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- Wio Terminal (SdFat 2, Seed SD, and native FAT)
1313

1414
#### Changelog
15+
- 2025-01-11 2.1.10 Multiple minor fix and optimization
1516
- 2024-09-16 2.1.9 Fix LittleFS filename size.
1617
- 2024-07-16 2.1.8 Add SYST command.
1718
- 2023-10-07 2.1.7 Fix ESP32 rename on SD (thanks @scuba-hacker) #44

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
},
1717
"url": "https://www.mischianti.org",
1818
"frameworks": "Arduino",
19-
"version": "2.1.8",
19+
"version": "2.1.10",
2020
"platforms": "*"
2121
}

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=SimpleFTPServer
2-
version=2.1.8
2+
version=2.1.10
33
author=Renzo Mischianti <renzo.mischianti@gmail.com>
44
maintainer=Renzo Mischianti <renzo.mischianti@gmail.com>
55
sentence=Simple FTP server for esp8266, esp32, STM32, Raspberry Pi Pico and Arduino

0 commit comments

Comments
 (0)