8000 esp8266/scripts/inisetup: Add commented-out call to esp.osdebug(None). · sparkfun/circuitpython@6de3786 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6de3786

Browse files
committed
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).
1 parent ca59f5f commit 6de3786

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

esp8266/scripts/inisetup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ def setup():
4040
with open("/boot.py", "w") as f:
4141
f.write("""\
4242
# This file is executed on every boot (including wake-boot from deepsleep)
43+
#import esp
44+
#esp.osdebug(None)
4345
import gc
4446
#import webrepl
4547
#webrepl.start()

0 commit comments

Comments
 (0)
0