Reenable bbadSensorInput (unintentionally disabled while testing).
This commit is contained in:
parent
1b01f53796
commit
f858e25434
@ -515,10 +515,10 @@ void SMX::SMXDevice::HandleSensorTestDataResponse(const string &sReadBuffer)
|
|||||||
output.bHaveDataFromPanel[iPanel] = true;
|
output.bHaveDataFromPanel[iPanel] = true;
|
||||||
|
|
||||||
// These bits are true if that sensor's most recent reading is invalid.
|
// These bits are true if that sensor's most recent reading is invalid.
|
||||||
output.bBadSensorInput[iPanel][0] = false; //pad_data.bad_sensor_0;
|
output.bBadSensorInput[iPanel][0] = pad_data.bad_sensor_0;
|
||||||
output.bBadSensorInput[iPanel][1] = false; //pad_data.bad_sensor_1;
|
output.bBadSensorInput[iPanel][1] = pad_data.bad_sensor_1;
|
||||||
output.bBadSensorInput[iPanel][2] = false; //pad_data.bad_sensor_2;
|
output.bBadSensorInput[iPanel][2] = pad_data.bad_sensor_2;
|
||||||
output.bBadSensorInput[iPanel][3] = false; //pad_data.bad_sensor_3;
|
output.bBadSensorInput[iPanel][3] = pad_data.bad_sensor_3;
|
||||||
output.iDIPSwitchPerPanel[iPanel] = pad_data.dip;
|
output.iDIPSwitchPerPanel[iPanel] = pad_data.dip;
|
||||||
output.iBadJumper[iPanel][0] = pad_data.bad_sensor_dip_0;
|
output.iBadJumper[iPanel][0] = pad_data.bad_sensor_dip_0;
|
||||||
output.iBadJumper[iPanel][1] = pad_data.bad_sensor_dip_1;
|
output.iBadJumper[iPanel][1] = pad_data.bad_sensor_dip_1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user