From 2ac0c0f686021d237fabfd1e49d3dc3513f5df06 Mon Sep 17 00:00:00 2001 From: Neradoc Date: Thu, 9 Sep 2021 18:38:21 +0200 Subject: [PATCH] remove lingering reference to settings.py in docs --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 69acb8550b0b..b594174d5bfc 100644 --- a/README.rst +++ b/README.rst @@ -119,7 +119,7 @@ Behavior them. CircuitPython's goal is to clarify the role of each file and make each file independent from each other. - - ``boot.py`` (or ``settings.py``) runs only once on start up before + - ``boot.py`` runs only once on start up before USB is initialized. This lays the ground work for configuring USB at startup rather than it being fixed. Since serial is not available, output is written to ``boot_out.txt``.