Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
aa5fd144
Commit
aa5fd144
authored
Jul 24, 2016
by
Marcel Stör
Committed by
GitHub
Jul 24, 2016
Browse files
Change 'formatting file system' message (#1413)
parent
2cfdc6a8
Changes
1
Show whitespace changes
Inline
Side-by-side
app/user/user_main.c
View file @
aa5fd144
...
...
@@ -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
"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment