Skip to content

Commit 5844068

Browse files
committed
esp8266/scripts/_boot: Print notice when initial setup is executed.
1 parent 2494399 commit 5844068

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

esp8266/scripts/_boot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
except OSError:
99
import inisetup
1010
inisetup.check_bootsec()
11+
print("Performing initial setup")
1112
uos.VfsFat.mkfs(bdev)
1213
vfs = uos.VfsFat(bdev, "")
1314
inisetup.wifi()

0 commit comments

Comments
 (0)