Skip to content

Commit

Permalink
Minor fix and new optimization to get Stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
xreef committed Jan 11, 2025
1 parent 422c3f9 commit d568906
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FtpServer.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#ifndef FTP_SERVER_H
#define FTP_SERVER_H

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

#if ARDUINO >= 100
#include "Arduino.h"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- Wio Terminal (SdFat 2, Seed SD, and native FAT)

#### Changelog
- 2025-01-11 2.1.10 Multiple minor fix and optimization
- 2024-09-16 2.1.9 Fix LittleFS filename size.
- 2024-07-16 2.1.8 Add SYST command.
- 2023-10-07 2.1.7 Fix ESP32 rename on SD (thanks @scuba-hacker) #44
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
},
"url": "https://www.mischianti.org",
"frameworks": "Arduino",
"version": "2.1.8",
"version": "2.1.10",
"platforms": "*"
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=SimpleFTPServer
version=2.1.8
version=2.1.10
author=Renzo Mischianti <[email protected]>
maintainer=Renzo Mischianti <[email protected]>
sentence=Simple FTP server for esp8266, esp32, STM32, Raspberry Pi Pico and Arduino
Expand Down

0 comments on commit d568906

Please sign in to comment.