mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Update firmware version.
This commit is contained in:
parent
5ae9ebadba
commit
e4ee55eefb
@ -18,8 +18,8 @@
|
|||||||
* the IDE will Not connect if the major version number is different.
|
* the IDE will Not connect if the major version number is different.
|
||||||
*/
|
*/
|
||||||
#define FIRMWARE_VERSION_MAJOR (1)
|
#define FIRMWARE_VERSION_MAJOR (1)
|
||||||
#define FIRMWARE_VERSION_MINOR (5)
|
#define FIRMWARE_VERSION_MINOR (6)
|
||||||
#define FIRMWARE_VERSION_PATCH (1)
|
#define FIRMWARE_VERSION_PATCH (0)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* To add a new debugging command, increment the last command value used.
|
* To add a new debugging command, increment the last command value used.
|
||||||
|
|||||||
@ -28,10 +28,10 @@ else:
|
|||||||
BUNDLE_DIR = IDE_DIR
|
BUNDLE_DIR = IDE_DIR
|
||||||
|
|
||||||
FIRMWARE_VERSION_MAJOR = 1
|
FIRMWARE_VERSION_MAJOR = 1
|
||||||
FIRMWARE_VERSION_MINOR = 5
|
FIRMWARE_VERSION_MINOR = 6
|
||||||
FIRMWARE_VERSION_PATCH = 0
|
FIRMWARE_VERSION_PATCH = 0
|
||||||
|
|
||||||
RELEASE_TAG_NAME = 'v1.5'
|
RELEASE_TAG_NAME = 'v1.6'
|
||||||
RELEASE_URL = 'https://api.github.com/repos/openmv/openmv/releases/latest'
|
RELEASE_URL = 'https://api.github.com/repos/openmv/openmv/releases/latest'
|
||||||
|
|
||||||
SCALE =1
|
SCALE =1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user