Index: firmware/App/Controllers/ConductivitySensors.c =================================================================== diff -u -ra8ea22dced3777b08a1317a05ad996bab34358ba -r6f2991204047ccbceeb5461f7c35af6d8f5dfd0b --- firmware/App/Controllers/ConductivitySensors.c (.../ConductivitySensors.c) (revision a8ea22dced3777b08a1317a05ad996bab34358ba) +++ firmware/App/Controllers/ConductivitySensors.c (.../ConductivitySensors.c) (revision 6f2991204047ccbceeb5461f7c35af6d8f5dfd0b) @@ -231,7 +231,7 @@ } #ifndef _RELEASE_ - if ( SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_ENABLE_V3_SYSTEM ) ) + if ( HW_CONFIG_BETA == getHardwareConfigStatus() ) { processCPiCPoSensorRead( CONDUCTIVITYSENSORS_CPI_SENSOR, EMSTAT_CPI_OR_CD1_INDEX, getFPGACPi(), getFPGACPiReadCount(), getFPGACPiErrorCount(), getFPGACPiFault() ); processCPiCPoSensorRead( CONDUCTIVITYSENSORS_CPO_SENSOR, EMSTAT_CPO_OR_CD2_INDEX, getFPGACPo(), getFPGACPoReadCount(), getFPGACPoErrorCount(), getFPGACPoFault() );