summaryrefslogtreecommitdiff
path: root/sw/Core/Src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'sw/Core/Src/config.h')
-rwxr-xr-xsw/Core/Src/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sw/Core/Src/config.h b/sw/Core/Src/config.h
index 387382c..7cb83ab 100755
--- a/sw/Core/Src/config.h
+++ b/sw/Core/Src/config.h
@@ -59,3 +59,8 @@
// 0.A7 - Bootloader work to make it work on MacOSX
#define VERSION2 "v0.A7"
+// the bootloader is manually copied to the file golden_bootloader.bin
+// makebin.py uses it to make a UF2 file containing the bootloader + latest firmware together
+// it also checksums the firmware and prints out the value. it should match this value
+
+#define GOLDEN_CHECKSUM 0xb5a7228c \ No newline at end of file