Skip to content

Commit 44e5d36

Browse files
committed
ESP8266: Add reset note to webrepl init.
1 parent 261a6ff commit 44e5d36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

esp8266/modules/webrepl_setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ def main():
106106
print("Changes will be activated after reboot")
107107
resp = input_choice("Would you like to reboot now? (y/n) ", ("y", "n", ""))
108108
if resp == "y":
109+
print("Rebooting. Please manually reset if it hangs.")
109110
machine.reset()
110111

111112
main()

0 commit comments

Comments
 (0)