I found a bug, and I recently compiled the firmware for the RP2040 driver version:260324.
I defined: #define WEBUI_ENABLE 3; #define WEBUI_INFLASH 1; #define SDCARD_ENABLE 2.
However, LittleFS is not behaving normally. After powering on, if the first connected is the webui and only the webui is connected, then the webui can access ESP3D webui3.0 normally (essentially, LittleFS can access normally), the $F command does not report an error, and everything is fine. While the webui is running normally, if a USB or TCP 23 connection is added, the sender's $F command will report an error "LittleFS mount failed!" and the webui will enter the file upload page with an error (Error: board does not answered properly 500). If powered on directly with a USB or TCP connection, $F will report an error "LittleFS mount failed!" and the webui will open the file upload page with an error "Error: board does not answered properly 500".
In version 260122, everything was normal.
I found a bug, and I recently compiled the firmware for the RP2040 driver version:260324.
I defined: #define WEBUI_ENABLE 3; #define WEBUI_INFLASH 1; #define SDCARD_ENABLE 2.
However, LittleFS is not behaving normally. After powering on, if the first connected is the webui and only the webui is connected, then the webui can access ESP3D webui3.0 normally (essentially, LittleFS can access normally), the $F command does not report an error, and everything is fine. While the webui is running normally, if a USB or TCP 23 connection is added, the sender's $F command will report an error "LittleFS mount failed!" and the webui will enter the file upload page with an error (Error: board does not answered properly 500). If powered on directly with a USB or TCP connection, $F will report an error "LittleFS mount failed!" and the webui will open the file upload page with an error "Error: board does not answered properly 500".
In version 260122, everything was normal.