diff options
| author | Making Sound Machines <40341903+makingsoundmachines@users.noreply.github.com> | 2024-08-01 23:03:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-01 23:03:45 +0200 |
| commit | 5fffef41b9d02f38d0a571be1d53c6c8581d306e (patch) | |
| tree | 2fe7f8fd378ef06ef6e2d15262320bb81e3e7dec /sw/Core/Src/config.h | |
| parent | 8069312a15ce3e60286a49e72bb80a7fad43d32c (diff) | |
| parent | df5950d5baedea61eb51b674077afe00218a83ce (diff) | |
| download | plinky-5fffef41b9d02f38d0a571be1d53c6c8581d306e.tar.gz | |
Merge pull request #21 from makingsoundmachines/main
Unprinted pad sets MIDI I/O channels
Diffstat (limited to 'sw/Core/Src/config.h')
| -rwxr-xr-x | sw/Core/Src/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/Core/Src/config.h b/sw/Core/Src/config.h index 2451839..f86471f 100755 --- a/sw/Core/Src/config.h +++ b/sw/Core/Src/config.h @@ -55,4 +55,5 @@ // 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 // 0.A5 - Encoder fix -#define VERSION2 "v0.A5" +// 0.A6 - Set Channels for MIDI in and out (unused pad) +#define VERSION2 "v0.A6" |
