Index: firmware/App/HDCommon.h =================================================================== diff -u -re476a0911226c1390c131d4c90e955f1fdc13eb1 -rb5accb82ac043938255883b6c60a6f81795569b0 --- firmware/App/HDCommon.h (.../HDCommon.h) (revision e476a0911226c1390c131d4c90e955f1fdc13eb1) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision b5accb82ac043938255883b6c60a6f81795569b0) @@ -25,7 +25,7 @@ #define HD_VERSION_MAJOR 0 #define HD_VERSION_MINOR 5 #define HD_VERSION_MICRO 0 -#define HD_VERSION_BUILD 0 +#define HD_VERSION_BUILD 9005 // ********** development build switches ********** @@ -37,8 +37,8 @@ // #define SIMULATE_UI 1 // Build w/o requirement that UI be there // #define TASK_TIMING_OUTPUT_ENABLED 1 // Re-purposes alarm lamp pins for task timing // #define DISABLE_ALARM_AUDIO 1 // Disable alarm audio - #define SKIP_POST 1 // Skip POST tests - all pass - #define DONT_SKIP_NV_POST 1 +// #define SKIP_POST 1 // Skip POST tests - all pass +// #define DONT_SKIP_NV_POST 1 #define DISABLE_AIR_TRAP_LEVELING 1 // Disable air trap level control // #define DISABLE_3WAY_VALVES 1 // Disable 3-way valves // #define TST_3WAY_VALVES_ALWAYS_OPEN 1 // After POST and homing, open all 4 valves