Forgot to increment firmware version

This commit is contained in:
Will Toohey
2018-11-01 13:08:02 +10:00
parent 69ab6a7bb6
commit 7b06663ee7
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
#define JOYSTICK_PPR (24 * 4)
#define MAGIC_RESET_NUMBER 42
// divide by 10 for actual version
#define FIRMWARE_VERSION 14
#define FIRMWARE_VERSION 15
// increment whenever config structure has breaking changes
#define CONFIG_VERSION 3
+6 -6
View File
@@ -1,16 +1,16 @@
{
"4" :
{
"version": 14,
"version": 15,
"board" : 4,
"md5": "a07ab17b2ac21c9e0f165eac30f40e99",
"changelog" : "Add support for e-AMUSEMENT CLOUD native input"
"md5": "fdeec31cc936124b7f21d2bb616c02db",
"changelog" : "Add START lights, defaults reset, fix LED strings"
},
"6" :
{
"version": 14,
"version": 15,
"board" : 6,
"md5": "3fc03bf512c04e26a67825ba22a9eac2",
"changelog" : "Batch 2 shipping firmware"
"md5": "4e12a16e0ca24441f68b1162a09d27be",
"changelog" : "Add START lights, LED brightness, defaults reset, fix LED strings"
}
}