Disable beta-flag

This commit is contained in:
Benjamin Vedder 2022-12-08 14:01:44 +01:00
parent a5f198df8e
commit 4b822f0f94
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
=== FW 6.00 <dev> ===
=== 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.

View File

@ -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"