From 6de37864a27481578a699cb0eaaaccd46bb494ea Mon Sep 17 00:00:00 2001
From: Paul Sokolovsky <pfalcon@users.sourceforge.net>
Date: Sat, 6 Aug 2016 15:27:38 +0300
Subject: [PATCH] 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).
---
 esp8266/scripts/inisetup.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/esp8266/scripts/inisetup.py b/esp8266/scripts/inisetup.py
index 7d8f6fa0a..1cb9f0dd9 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()
-- 
GitLab