luc-github / ESP3D-WEBUI

A Web UI for ESP8266 or ESP32 based boards connected to 3D printers / CNC
GNU General Public License v3.0
733 stars 304 forks source link

Add option for files to default to SD instead of Flash #394

Closed jonathjon closed 5 days ago

jonathjon commented 1 week ago

Please use this issue only for esp3d.io web site issue for ESP3D / ESP3DLib / ESP3D-TFT / ESP3D-WEBUI

Please describe what would be an enhancement

Flash is rarely used though WebUI 3, but SD card is used every time I run my CNC machine. Currently the files section defaults to flash at startup. Can you add an option to default to SD instead of flash?

Thank you!

luc-github commented 1 week ago

it is possible but that is not that easy some sytesm do not have SD, some use TFT which is different SD, some use extra SD which is not printer SD, etc... I will think about a mechanisme but do not expert a solution in short termes currently if you do not use flash then just remove it from used FS and SD will be the default one

github-actions[bot] commented 1 week ago

Thank your for submiting, please be sure you followed template or your issue may be dismissed.

jonathjon commented 1 week ago

Thank you. I understand what you are saying and appreciate your time. That is currently what I do, and then when it comes time to update I completely forget its there. That's what gave me this idea. I'm no programmer that's for sure so if its possible that's awesome, if its not then no big deal. Never know unless you ask lol. Thanks again!

luc-github commented 1 week ago

to update flash you can use the update button image

on some system like grblHAL there is no other way to update webui because flash is not available

luc-github commented 5 days ago

Fixed by https://github.com/luc-github/ESP3D-WEBUI/commit/423dbae646ada07fe3088f0e66b46ab671b21491