- first step, get a build working on the target hardware: SD WIFI Pro, here's an old config for ESP3D: https://github.com/FYSETC/SD-WIFI-PRO/blob/main/ESDP3D_3.0/soure%20code/configuration.h. the problem with this config is that its not compatible with the current version of ESP3D, you should be able to port it so that it builds on the device - https://raw.githubusercontent.com/FYSETC/SD-WIFI-PRO/refs/heads/main/ESDP3D_3.0/soure%20code/configuration.h - remove all the 3d printer specifics - fix the http large file upload (>500KB) - make shared sd card access a manual toggle (currently, when you start a file transfer it disconnects the filesystem from the host, then it does the thing, then it reconnects the drive. i'd rather have file accesses with a manual toggle so that i can do multiple operations on the esp instead of having to go back and forth) --- regarding 3d printer and oled: its an sd card, there is no display, and its not going to be connected to a 3d printer --- can you align the web frontend with the features we fixed/removed