Decrement firmware version.

This commit is contained in:
iabdalkader 2019-09-27 16:52:06 +02:00
parent 89578e6d4a
commit f158b7bb98

View File

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