added setting of STEMBoardFailure

pull/33/merge
alanbjohnston 6 years ago committed by GitHub
parent 4b510c8b10
commit 739fdacc99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -979,6 +979,9 @@ if (firstTime != ON)
PSUVoltage = (int)reading[BUS].voltage * 100;
PSUCurrent = (int)reading[BUS].current + 2048;
if (payload == ON)
STEMBoardFailure = 0;
/*
posXv = 10, negXv = 20, posYv = 30, negYv = 40, posZv = 50, negZv = 60;
posXi = 110, negXi = 120, posYi = 130, negYi = 140, posZi = 150, negZi = 160;

Loading…
Cancel
Save

Powered by TurnKey Linux.