Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
58440688
Commit
58440688
authored
Apr 20, 2016
by
Paul Sokolovsky
Browse files
esp8266/scripts/_boot: Print notice when initial setup is executed.
parent
2494399a
Changes
1
Hide whitespace changes
Inline
Side-by-side
esp8266/scripts/_boot.py
View file @
58440688
...
...
@@ -8,6 +8,7 @@ try:
except
OSError
:
import
inisetup
inisetup
.
check_bootsec
()
print
(
"Performing initial setup"
)
uos
.
VfsFat
.
mkfs
(
bdev
)
vfs
=
uos
.
VfsFat
(
bdev
,
""
)
inisetup
.
wifi
()
Write
Preview
Supports
Markdown
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