Commit aa5fd144 authored by Marcel Stör's avatar Marcel Stör Committed by GitHub
Browse files

Change 'formatting file system' message (#1413)

parent 2cfdc6a8
...@@ -101,7 +101,7 @@ void nodemcu_init(void) ...@@ -101,7 +101,7 @@ void nodemcu_init(void)
#if defined ( BUILD_SPIFFS ) #if defined ( BUILD_SPIFFS )
if (!fs_mount()) { if (!fs_mount()) {
// Failed to mount -- try reformat // Failed to mount -- try reformat
c_printf("Formatting file system.\n"); c_printf("Formatting file system. Please wait...\n");
if (!fs_format()) { if (!fs_format()) {
NODE_ERR( "\n*** ERROR ***: unable to format. FS might be compromised.\n" ); NODE_ERR( "\n*** ERROR ***: unable to format. FS might be compromised.\n" );
NODE_ERR( "It is advised to re-flash the NodeMCU image.\n" ); NODE_ERR( "It is advised to re-flash the NodeMCU image.\n" );
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment