xreef / SimpleFTPServer

A simple FTP server for Arduino, ArduinoSAMD WiFiNINA, esp8266, esp32, stm32 and Raspberry Pi Pico W

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP32 file system defaults to FAT32?

MajicDesigns opened this issue · comments

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.

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