File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -97,22 +97,6 @@ All other text is treated as a log and written out to the log
9797window. Note, we do not wrap lines, so any text that would go off the
9898edge of the screen is simply not rendered.
9999
100- ## Cloning
101-
102- Since this repo contains a submodule, you need to make sure you clone it
103- recursively, e.g. with:
104-
105- ``` sh
106- git clone --recurse-submodules < your repo name>
107- ```
108-
109- Alternatively, you can always ensure the submodules are up to date after cloning
110- (or if you forgot to clone recursively) by running:
111-
112- ``` sh
113- git submodule update --init --recursive
114- ```
115-
116100## Build and Flash
117101
118102Build the project and flash it to the board, then run monitor tool to view serial output:
You can’t perform that action at this time.
0 commit comments