because i wanted to use SPIFFS and a simple way for me to transfert files is by FTP
i tested simpleFTP for esp8266 in arduino and it is working well.
Next step was to create a simple library to do exactly what is done in ino file but included to B4R.
Library is created, compilation of project is OK, when FTP client try to connect to esp, it is not rejected but we don't have event in esp8266ftpserver to manage this connection.
first i tested creation of wifi in B4R side, but after in wrapper also but without positive result.
Loop in esp8266ftpserver is running, but we don't have event coming from WIFIserver.
why we have event in ino project and not in case of B4R compilation ? i don't understand. i did mutiple traces at different levels but without result.
I suppose we have conflict at wifi level between arduino version and B4R version, but i didn't find where and what to do.
who can help ? code of arduino version and B4R version are in zip file.
i tested simpleFTP for esp8266 in arduino and it is working well.
Next step was to create a simple library to do exactly what is done in ino file but included to B4R.
Library is created, compilation of project is OK, when FTP client try to connect to esp, it is not rejected but we don't have event in esp8266ftpserver to manage this connection.
first i tested creation of wifi in B4R side, but after in wrapper also but without positive result.
Loop in esp8266ftpserver is running, but we don't have event coming from WIFIserver.
why we have event in ino project and not in case of B4R compilation ? i don't understand. i did mutiple traces at different levels but without result.
I suppose we have conflict at wifi level between arduino version and B4R version, but i didn't find where and what to do.
who can help ? code of arduino version and B4R version are in zip file.
Attachments
Last edited: