Bump firmware version.

This commit is contained in:
iabdalkader 2021-06-19 22:47:57 +02:00
parent 6c463e6c0d
commit 012313b791

View File

@ -16,8 +16,8 @@
* *
*/ */
#define FIRMWARE_VERSION_MAJOR (4) #define FIRMWARE_VERSION_MAJOR (4)
#define FIRMWARE_VERSION_MINOR (0) #define FIRMWARE_VERSION_MINOR (1)
#define FIRMWARE_VERSION_PATCH (2) #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.