Fix firmware version number.

This commit is contained in:
iabdalkader 2019-03-21 17:20:55 +02:00
parent 5f6517068c
commit f62454e4c6

View File

@ -18,8 +18,8 @@
* the IDE will Not connect if the major version number is different.
*/
#define FIRMWARE_VERSION_MAJOR (3)
#define FIRMWARE_VERSION_MINOR (4)
#define FIRMWARE_VERSION_PATCH (0)
#define FIRMWARE_VERSION_MINOR (3)
#define FIRMWARE_VERSION_PATCH (1)
/**
* To add a new debugging command, increment the last command value used.