Index: firmware/App/HDCommon.h =================================================================== diff -u -rfbdf44e61c36a03c4a5110ed270b6ec809f99600 -r202ead7c02429ff9c3c70de082a34632371fedc5 --- firmware/App/HDCommon.h (.../HDCommon.h) (revision fbdf44e61c36a03c4a5110ed270b6ec809f99600) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision 202ead7c02429ff9c3c70de082a34632371fedc5) @@ -25,7 +25,7 @@ #define HD_VERSION_MAJOR 0 #define HD_VERSION_MINOR 6 #define HD_VERSION_MICRO 0 -#define HD_VERSION_BUILD 30 +#define HD_VERSION_BUILD 32 // ********** development build switches ********** @@ -38,7 +38,7 @@ // #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 SKIP_POST 1 // Skip POST tests - all pass // #define DONT_SKIP_NV_POST 1 // Do not skip NV Data POST // #define USE_LIBRARY_TIME_FUNCTIONS 1 // Use the C library functions mktime() and gmtime() for epoch<=>date conversions #define DISABLE_AIR_TRAP_LEVELING_ALARM 1 // Disable air trap level control alarms