浏览代码

Change 'formatting file system' message (#1413)

Marcel Stör 8 年之前
父节点
当前提交
aa5fd1445d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/user/user_main.c

+ 1 - 1
app/user/user_main.c

@@ -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" );