From 44e5d3608691870f9642c8ccb3bc6626acc00764 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Tue, 21 Feb 2017 11:50:32 +0100 Subject: ESP8266: Add reset note to webrepl init. --- esp8266/modules/webrepl_setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/esp8266/modules/webrepl_setup.py b/esp8266/modules/webrepl_setup.py index d91600e6e..473067974 100644 --- a/esp8266/modules/webrepl_setup.py +++ b/esp8266/modules/webrepl_setup.py @@ -106,6 +106,7 @@ def main(): print("Changes will be activated after reboot") resp = input_choice("Would you like to reboot now? (y/n) ", ("y", "n", "")) if resp == "y": + print("Rebooting. Please manually reset if it hangs.") machine.reset() main() -- cgit v1.2.3