Rebuild firmwares and disabled test version flag

This commit is contained in:
Benjamin Vedder 2021-01-11 12:19:10 +01:00
parent e6cfffe825
commit 3f670137e2
46 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
=== FW 5.02 <dev> ===
=== FW 5.02 ===
* IMU calibration improvement.
* Added COMM_GET_MCCONF_TEMP command.
* Added bidirectional current command to VESC remote.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,5 +1,5 @@
/*
Copyright 2017 - 2020 Benjamin Vedder benjamin@vedder.se
Copyright 2017 - 2021 Benjamin Vedder benjamin@vedder.se
This file is part of the VESC firmware.
@ -24,7 +24,7 @@
#define FW_VERSION_MAJOR 5
#define FW_VERSION_MINOR 02
// Set to 0 for building a release and iterate during beta test builds
#define FW_TEST_VERSION_NUMBER 17
#define FW_TEST_VERSION_NUMBER 0
#include "datatypes.h"