summaryrefslogtreecommitdiff
path: root/sw/Core/Src/config.h
diff options
context:
space:
mode:
authorMaking Sound Machines <40341903+makingsoundmachines@users.noreply.github.com>2024-08-01 14:17:52 +0200
committerGitHub <noreply@github.com>2024-08-01 14:17:52 +0200
commit8069312a15ce3e60286a49e72bb80a7fad43d32c (patch)
treeb738d4b0196eb9d534bfc13bc24e07f2f3323c3d /sw/Core/Src/config.h
parentad566c3ab1ff5500d26b7c96da3fa9cc3be9f36b (diff)
parent20df8dfa669f9ef70b591c01a67c1e2b133a40a6 (diff)
downloadplinky-8069312a15ce3e60286a49e72bb80a7fad43d32c.tar.gz
Merge pull request #20 from makingsoundmachines/main
Fixes encoder response for headphone volume
Diffstat (limited to 'sw/Core/Src/config.h')
-rwxr-xr-xsw/Core/Src/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/Core/Src/config.h b/sw/Core/Src/config.h
index 682230e..2451839 100755
--- a/sw/Core/Src/config.h
+++ b/sw/Core/Src/config.h
@@ -54,4 +54,5 @@
// 0.A2 - Allows for playing notes from the touch surface over a recorded sequence. Still buggy. In touch.h #define MERGE_PLAYBACK 1
// 0.A3 - Fixes a USB bug in which some hosts wouldn't recognize Plinky. New startup sequence is plinky_init(), then midiinit().
// 0.A4 - Disabled MERGE_PLAYBACK in touch.h. DISABLE_AUTOSAVE flag enables Demo Mode - changes are not written to flash. Disables ProgramPage() in params.h
-#define VERSION2 "v0.A4"
+// 0.A5 - Encoder fix
+#define VERSION2 "v0.A5"