summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAlex Evans <715855+mmalex@users.noreply.github.com>2024-11-06 18:03:54 +0000
committerAlex Evans <715855+mmalex@users.noreply.github.com>2024-11-06 18:03:54 +0000
commit78a4df6ca67f937cda8462d43cbd9547994b6474 (patch)
tree9f6d56d5eb0f47606e3b13e71c1095f2b3976503 /sw
parent7852372b15f850a46a02d1aa991215619096ad50 (diff)
downloadplinky-78a4df6ca67f937cda8462d43cbd9547994b6474.tar.gz
bump version number and update binmaker to also output a bootloader
Diffstat (limited to 'sw')
-rwxr-xr-xsw/Core/Src/config.h4
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"
+