We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90da405 commit 0178bb3Copy full SHA for 0178bb3
1 file changed
README.md
100644
100755
@@ -23,7 +23,13 @@ make -C DaisySP
23
24
Once that is done, you should be able to go into the effect source code (`src/DrumMachine`) and run `make`.
25
26
-To install the effect onto the Hothouse pedal, put your Hothouse into DFU mode and run:
+To install the effect onto the Hothouse pedal, put your Daisy Seed into DFU mode and run:
27
```
28
make program-dfu
29
30
+
31
+If you're using a ST-Link V3 programmer/debugger probe, run:
32
+```
33
+make program
34
35
0 commit comments