File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 19
19
*/
20
20
21
21
// version and sources location
22
- #define FW_VERSION " 2.0.0.c22 "
22
+ #define FW_VERSION " 2.0.0.c23 "
23
23
#define REPOSITORY " https://github.com/luc-github/ESP3D"
24
24
25
25
// Customize ESP3D ////////////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change @@ -1194,6 +1194,13 @@ void SDFile_serial_upload()
1194
1194
return ;
1195
1195
}
1196
1196
}
1197
+ // Mount SD card
1198
+ command = " M21" ;
1199
+ if (!sendLine2Serial (command,-1 , NULL )){
1200
+ LOG (" Mounting SD failed" )
1201
+ web_interface->_upload_status = UPLOAD_STATUS_FAILED;
1202
+ return ;
1203
+ }
1197
1204
// Reset line numbering
1198
1205
if (!sendLine2Serial (resetcmd,-1 , NULL )){
1199
1206
LOG (" Reset Numbering failed" )
You can’t perform that action at this time.
0 commit comments