We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf45a7 commit 9a1a49cCopy full SHA for 9a1a49c
docs/esp8266/general.rst
@@ -72,10 +72,10 @@ modifying the standard process).
72
73
Once the filesystem is mounted, ``boot.py`` is executed from it. The standard
74
version of this file is created during first-time module set up and by
75
-defaults starts up a WebREPL daemon to handle incoming connections. This
+default starts up a WebREPL daemon to handle incoming connections. This
76
file is customizable by end users (for example, you may want to disable
77
WebREPL for extra security, or add other services which should be run on
78
-module start-up). But keep in mind that incorrect modifications to boot.py
+a module start-up). But keep in mind that incorrect modifications to boot.py
79
may still lead to boot loops or lock ups, requiring to reflash a module
80
from scratch.
81
0 commit comments