diff --git a/CHANGELOG b/CHANGELOG index 9fcfd028..d3f31173 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -=== FW 6.00 === +=== FW 6.00 === * Added stack checks. * Release motor fix when cc_min_current is 0. * Added support for NTC and PTC temperature sensors with custom resistance and base temperature. diff --git a/conf_general.h b/conf_general.h index 1e96771c..8983d970 100755 --- a/conf_general.h +++ b/conf_general.h @@ -24,7 +24,7 @@ #define FW_VERSION_MAJOR 6 #define FW_VERSION_MINOR 00 // Set to 0 for building a release and iterate during beta test builds -#define FW_TEST_VERSION_NUMBER 84 +#define FW_TEST_VERSION_NUMBER 0 #include "datatypes.h"