Skip to content
Snippets Groups Projects
Commit 58440688 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

esp8266/scripts/_boot: Print notice when initial setup is executed.

parent 2494399a
Branches
No related tags found
No related merge requests found
......@@ -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()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment