Change 'formatting file system' message (#1413)

This commit is contained in:
Marcel Stör 2016-07-24 14:39:42 +02:00 committed by GitHub
parent 2cfdc6a805
commit aa5fd1445d
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ void nodemcu_init(void)
#if defined ( BUILD_SPIFFS )
if (!fs_mount()) {
// Failed to mount -- try reformat
c_printf("Formatting file system.\n");
c_printf("Formatting file system. Please wait...\n");
if (!fs_format()) {
NODE_ERR( "\n*** ERROR ***: unable to format. FS might be compromised.\n" );
NODE_ERR( "It is advised to re-flash the NodeMCU image.\n" );