diff options
| author | Alex Evans <715855+mmalex@users.noreply.github.com> | 2024-11-06 18:03:54 +0000 |
|---|---|---|
| committer | Alex Evans <715855+mmalex@users.noreply.github.com> | 2024-11-06 18:03:54 +0000 |
| commit | 78a4df6ca67f937cda8462d43cbd9547994b6474 (patch) | |
| tree | 9f6d56d5eb0f47606e3b13e71c1095f2b3976503 /sw | |
| parent | 7852372b15f850a46a02d1aa991215619096ad50 (diff) | |
| download | plinky-78a4df6ca67f937cda8462d43cbd9547994b6474.tar.gz | |
bump version number and update binmaker to also output a bootloader
Diffstat (limited to 'sw')
| -rwxr-xr-x | sw/Core/Src/config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sw/Core/Src/config.h b/sw/Core/Src/config.h index f86471f..387382c 100755 --- a/sw/Core/Src/config.h +++ b/sw/Core/Src/config.h @@ -56,4 +56,6 @@ // 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 // 0.A6 - Set Channels for MIDI in and out (unused pad) -#define VERSION2 "v0.A6" +// 0.A7 - Bootloader work to make it work on MacOSX +#define VERSION2 "v0.A7" + |
