Index: firmware/App/HDCommon.h =================================================================== diff -u -rf6b78d1fe6741043de38707211710ab0e8a08483 -r43a84133216095b12529dbfcc957bb3738bbc3a2 --- firmware/App/HDCommon.h (.../HDCommon.h) (revision f6b78d1fe6741043de38707211710ab0e8a08483) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision 43a84133216095b12529dbfcc957bb3738bbc3a2) @@ -10,8 +10,8 @@ * @author (last) Michael Garthwaite * @date (last) 18-Feb-2022 * -* @author (original) Sean -* @date (original) 27-Feb-2020 +* @author (original) Sean +* @date (original) 27-Feb-2020 * ***************************************************************************/ @@ -25,7 +25,7 @@ #define HD_VERSION_MAJOR 0 #define HD_VERSION_MINOR 6 #define HD_VERSION_MICRO 0 -#define HD_VERSION_BUILD 34 +#define HD_VERSION_BUILD 228 // ********** development build switches ********** @@ -38,6 +38,7 @@ // #define RUN_WITHOUT_DG 1 // Run HD w/o DG // #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_BATT_COMM 1 // Disable battery communication // #define READ_FPGA_ASYNC_DATA 1 // Test build reads non-priority register page every other time // #define DISABLE_FPGA_COUNTER_CHECKS 1 // Disable alarms associated with FPGA read/error counters