Updated changelog and version number

This commit is contained in:
Benjamin Vedder 2022-04-01 18:45:50 +02:00
parent 3a530ac3f7
commit 1ee72ae4e6
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@
* CAN status messages are now configured using bitfields. * CAN status messages are now configured using bitfields.
* There are two rates at which CAN status messages can be sent now. * There are two rates at which CAN status messages can be sent now.
* New silent HFI mode with much better performance at high load. * New silent HFI mode with much better performance at high load.
* Added app ADC min and max voltage limits for throttle fault detection.
=== FW 5.03 === === FW 5.03 ===
* Fixed inductance measurement bug. * Fixed inductance measurement bug.

View File

@ -24,7 +24,7 @@
#define FW_VERSION_MAJOR 6 #define FW_VERSION_MAJOR 6
#define FW_VERSION_MINOR 00 #define FW_VERSION_MINOR 00
// Set to 0 for building a release and iterate during beta test builds // Set to 0 for building a release and iterate during beta test builds
#define FW_TEST_VERSION_NUMBER 31 #define FW_TEST_VERSION_NUMBER 32
#include "datatypes.h" #include "datatypes.h"