Skip to content

Commit

Permalink
Update FtpServer.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
gemu2015 committed Jan 2, 2024
1 parent 3ac5cee commit b44b0e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/lib_div/FTPServer/src/FtpServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@

#include "ftpServer.h"

#ifdef ESP32
#define F(A) A
#endif

void FtpServer::begin(String uname, String pword, FS *fp) {

Expand Down

0 comments on commit b44b0e0

Please sign in to comment.