ESP8266: Add reset note to webrepl init.
This commit is contained in:
parent
261a6ff0bb
commit
44e5d36086
@ -106,6 +106,7 @@ def main():
|
|||||||
print("Changes will be activated after reboot")
|
print("Changes will be activated after reboot")
|
||||||
resp = input_choice("Would you like to reboot now? (y/n) ", ("y", "n", ""))
|
resp = input_choice("Would you like to reboot now? (y/n) ", ("y", "n", ""))
|
||||||
if resp == "y":
|
if resp == "y":
|
||||||
|
print("Rebooting. Please manually reset if it hangs.")
|
||||||
machine.reset()
|
machine.reset()
|
||||||
|
|
||||||
main()
|
main()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user