xreef / SimpleFTPServer

A simple FTP server for Arduino, ArduinoSAMD WiFiNINA, esp8266, esp32, stm32 and Raspberry Pi Pico W
Other
139 stars 39 forks source link

ESP32 Devkit V1 - SimpleFTPServer plus Ethernet W5500 plus Blynk #57

Closed AAKFISHERMANN closed 4 months ago

AAKFISHERMANN commented 8 months ago

HI, I have a project using ESP32 DevKit V1 with Wiznet W5500 attached (SPI) plus Blynk. Using VScode and Platformio code doesn't compiles with this library attached (SimpleFTPServer.h). I got a lot of errors regarding WiFi and Ethernet... error: cannot declare field 'FtpServer::ftpServer' to be of abstract type 'WiFiServer' error: redefinition of 'class UIPServer' error: redefinition of 'class UIPUDP' Using these libraries:

include

include

include

include

include

include

include

include

include

include

include

include

include

AAKFISHERMANN commented 8 months ago

More one information: I tried these config lines on FtpServerKey.h:

define NETWORK_W5100 (4) // Standard Arduino Ethernet library

define NETWORK_ETHERNET (4) // Standard Arduino Ethernet library

WiFi error codes solved... But not ethernet errors

xreef commented 8 months ago

Please paste all FtpServerKey.h and your ino file. Thanks

AAKFISHERMANN commented 8 months ago

One question about SPIFFS version: I must have a partition with ota_0 , ota_1 and spiffs ok? spiffs partition must have space to allocate firmware.bin file right? Thanks

xreef commented 8 months ago

Hi, Yes there isn't any problem for that. Bye Renzo