Index: firmware/App/HDCommon.h =================================================================== diff -u -r07cdd44ffd0905cb115405e22cc7586585034e7f -rc8ce37a830cf98ba2dd2efd99f124b8f4d8e6d55 --- firmware/App/HDCommon.h (.../HDCommon.h) (revision 07cdd44ffd0905cb115405e22cc7586585034e7f) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision c8ce37a830cf98ba2dd2efd99f124b8f4d8e6d55) @@ -8,7 +8,7 @@ * @file HDCommon.h * * @author (last) Dara Navaei -* @date (last) 23-May-2022 +* @date (last) 22-Sep-2022 * * @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 47 +#define HD_VERSION_BUILD 58 // ********** development build switches ********** @@ -38,7 +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 // TODO soft switch + #define DISABLE_BATT_COMM 1 // Disable battery communication // TODO soft switch // #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 // #define EMC_TEST_BUILD 1 // EMC test build - HD/DG run separately but connected, HD pumps toggle on/off w/ stop button