diff --git a/esp3d/esp3d.ino.nodemcu.bin b/esp3d/esp3d.ino.nodemcu.bin new file mode 100644 index 00000000..19532b13 Binary files /dev/null and b/esp3d/esp3d.ino.nodemcu.bin differ diff --git a/esp3d/webinterface.cpp b/esp3d/webinterface.cpp index 3e57aa49..5de66a3b 100644 --- a/esp3d/webinterface.cpp +++ b/esp3d/webinterface.cpp @@ -3408,13 +3408,13 @@ void handleSDFileList() jsonfile+="\",\"size\":\""; LOG(String(i+1)); LOG(sname); - if (sname[0] == '/' || sname[sname.length()-1]=='/') { + /* if (sname[0] == '/' || sname[sname.length()-1]=='/') { jsonfile+="-1"; LOG(" -1"); - } else { + } else {*/ //nothing to add jsonfile+=""; - } + // } LOG("\r\n"); #endif jsonfile+="\"}";