Index: firmware/App/DGCommon.h =================================================================== diff -u -r359cf587f2f935ef9f40a16d17c4105efa653c1d -rab304e2ca6e3e40ed8cb12650e9855ae0b9649d8 --- firmware/App/DGCommon.h (.../DGCommon.h) (revision 359cf587f2f935ef9f40a16d17c4105efa653c1d) +++ firmware/App/DGCommon.h (.../DGCommon.h) (revision ab304e2ca6e3e40ed8cb12650e9855ae0b9649d8) @@ -8,7 +8,7 @@ * @file DGCommon.h * * @author (last) Sean Nash -* @date (last) 24-Jun-2020 +* @date (last) 04-Aug-2020 * * @author (original) Sean * @date (original) 27-Feb-2020 @@ -25,7 +25,7 @@ #define DG_VERSION_MAJOR 0 #define DG_VERSION_MINOR 4 #define DG_VERSION_MICRO 5 -#define DG_VERSION_BUILD 0 +#define DG_VERSION_BUILD 15 // ********** build switches ********** @@ -34,11 +34,17 @@ // #define RM46_EVAL_BOARD_TARGET 1 // #define SIMULATE_UI 1 // #define TASK_TIMING_OUTPUT_ENABLED 1 // re-purposes drain pump enable pin for task timing -// #define BETA_V1_BUILD 1 // #define DISABLE_HEATERS_AND_TEMPS 1 + // #define ENABLE_DIP_SWITCHES 1 // #define EMC_TEST_BUILD 1 // #define ALARMS_DEBUG 1 + +// #define DISABLE_ACCELS 1 + #define SKIP_POST 1 + #define ENABLE_DIP_SWITCHES 1 + #define EMC_TEST_BUILD 1 + #define ALARMS_DEBUG 1 // #define HEATERS_DEBUG 1 // #define PRESSURES_DEBUG 1 #include