Index: firmware/App/HDCommon.h =================================================================== diff -u -r94895e32fe18e78b98fe3bb7786838cf00afdbfa -rade19b8aa4c3b60cdda4028871ef009b01368948 --- firmware/App/HDCommon.h (.../HDCommon.h) (revision 94895e32fe18e78b98fe3bb7786838cf00afdbfa) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision ade19b8aa4c3b60cdda4028871ef009b01368948) @@ -19,13 +19,18 @@ #include "hal_stdtypes.h" +// ********** version ********** + +#define HD_VERSION_MAJOR 0 +#define HD_VERSION_MINOR 3 +#define HD_VERSION_BUILD 0 + // ********** build switches ********** #ifndef _VECTORCAST_ // #define RM46_EVAL_BOARD_TARGET 1 - #define BREADBOARD_TARGET 1 +// #define BREADBOARD_TARGET 1 // #define SIMULATE_UI 1 - #define DEBUG_ENABLED 1 #define DISABLE_CRC_ERROR 1 #define DISABLE_MOTOR_CURRENT_ERRORS 1 #define SHOW_LOAD_CELL_IN_ROTOR_RPM 1