mirror of
https://github.com/mon/PocketVoltex.git
synced 2026-09-22 22:57:58 +03:00
Forgot to increment firmware version
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user