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 file system defaults to FAT32? #54

Closed MajicDesigns closed 10 months ago

MajicDesigns commented 10 months ago

I tried the ESP8266_ESP_32_LittleFS example and it appears that the file system for ESP32 by default is FAT32. This seems to be confirmed by digging into the header file #define heirarchy maze.

I am missing something here? I would like to specify the file system independent of the ESP32 #define.

xreef commented 10 months ago

Hi, you can set the LittleFS on this keyword. Bye Renzo