summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266/scripts/inisetup.py
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-08-06 15:27:38 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-08-06 15:27:38 +0300
commit6de37864a27481578a699cb0eaaaccd46bb494ea (patch)
tree392b7eb34f8fad8c32c78408a6aefe92edb46189 /esp8266/scripts/inisetup.py
parentca59f5f208f17620a0ac2fc77e3026bed0d9fe2c (diff)
downloadmicropython-6de37864a27481578a699cb0eaaaccd46bb494ea.tar.gz
micropython-6de37864a27481578a699cb0eaaaccd46bb494ea.zip
esp8266/scripts/inisetup: Add commented-out call to esp.osdebug(None).
That apparently will only help folks who read the docs on how to disable, but could use a quick reminder straight in boot.py. For the developers, it's important to have debug logging enabled in development branch (master).
Diffstat (limited to 'esp8266/scripts/inisetup.py')
-rw-r--r--esp8266/scripts/inisetup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/esp8266/scripts/inisetup.py b/esp8266/scripts/inisetup.py
index 7d8f6fa0a8..1cb9f0dd95 100644
--- a/esp8266/scripts/inisetup.py
+++ b/esp8266/scripts/inisetup.py
@@ -40,6 +40,8 @@ def setup():
with open("/boot.py", "w") as f:
f.write("""\
# This file is executed on every boot (including wake-boot from deepsleep)
+#import esp
+#esp.osdebug(None)
import gc
#import webrepl
#webrepl.start()