Skip to content

Commit

Permalink
Update ESPFtpServer.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
gemu2015 committed Jan 4, 2024
1 parent 104e94f commit bffd2f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/lib_div/ESPFtpServer/ESPFtpServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ void FtpServer::begin (String uname, String pword, FS *ufp, FS *ffp) {
ufsp = ufp;
ffsp = ffp;


dual_mode = false;

if ((uint32_t)ufsp != (uint32_t)ffsp) {
Expand Down

0 comments on commit bffd2f0

Please sign in to comment.