aboutsummaryrefslogtreecommitdiff
path: root/stm32f091/readme.md
diff options
context:
space:
mode:
authorUnavailableDev <69792062+UnavailableDev@users.noreply.github.com>2022-10-30 12:16:26 +0100
committerGitHub <noreply@github.com>2022-10-30 12:16:26 +0100
commit75064a08587bc960c06d2324a0334ee88441fb35 (patch)
tree601d4870582bae2077b83eb43b099995e1e98e29 /stm32f091/readme.md
parent1390db8f7332768a133ae846b90c98d43c9b9f74 (diff)
parente8b58762643f0a20454068e352738ecffc372c7e (diff)
Merge branch 'dev' into qt-settings
Diffstat (limited to 'stm32f091/readme.md')
-rw-r--r--stm32f091/readme.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/stm32f091/readme.md b/stm32f091/readme.md
index d2758b5..e6af60f 100644
--- a/stm32f091/readme.md
+++ b/stm32f091/readme.md
@@ -3,7 +3,8 @@
- uses make
- make sure to initialize the git submodules
- all warnings from source files in the lib/ subfolder are hidden
-- copy wifi.def.h to wifi.h and edit the network credentials
+- copy ../shared/wifi.def.h to ../shared/wifi.h and edit the network
+ credentials
- the initialization code is broken in some way which means that a soft reset
is required for the uart dma to work, either (a) press the reset button on
the development board after plugging in, or (b) run `st-flash reset` after